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.