The goal is to run docker containers on my nanoPI in the same manner as on a ubuntu server machine.
I have recently run into the following error when attempting docker run -it kylemanna/openvpn
:
standard_init_linux.go:185: exec user process caused "exec format error"
I also get the same error when executing docker-compose
using the container approach
Since I get the problem whether I use docker compose or not, I am starting to think that the error might be my usage of docker on the nanoPI. It may not be supported in the same way.
However, I can execute other containers/images just fine, hello-world
, ubuntu
, etc.
How do I go about determining the cause of this error? Where is the source code for standard_init_linux.go:185
? And, what am I doing incorrectly?