Skip to content

Installation of Docker on an AXC f 3152

Hello,

currently I am working with an AXC f 3152 and need to run containers on the device. I followed this gitHub entry: https://github.com/PLCnext/Docker_GettingStarted

When running the setup.sh script I chose the option to install docker first but I got an error about docker not being available for my architecture. So I went with the balena option which did install correctly.

My issue is, that I am unable to commit containers to create new image or copy files from the controller into the container.

Commiting fails with an error during connect EOF.

Docker cp fails with:

fatal error: unexpected signal during runtime execution

[signal SIGSEGV: segmentation violation code=0x1 addr=0x47 pc=0x7f8822d59892]


Now I have two questions:

  1. Is there a way for me to get docker going, assuming that this might fix the problems.
  2. Has someone encounterd this and knows what I need to change to make balena work properly?

Best regards.

Comments

  • Hi, there's an open issue in that Github project that describes something similar to what you're seeing:

    Unfortunately there have been changes to balena-engine that mean it doesn't work with PLCnext Control firmware versions later than 2021.0 LTS. I think this might also apply to Docker.

    There are efforts underway to get a generally-useable OCI container engine working with the latest firmware, but until that happens I'm afraid that there are no great solutions.

Sign In or Register to comment.