Hello,
After install git, python, docker, and docker-compose, after execute ./webodm.sh start apperars to me:
standard_init_linux.go:211: exec user process caused “exec format error”
OS: Ubuntu 19.01 - Arm64 processor.
Can you help me?
Thank you
Hello,
After install git, python, docker, and docker-compose, after execute ./webodm.sh start apperars to me:
standard_init_linux.go:211: exec user process caused “exec format error”
OS: Ubuntu 19.01 - Arm64 processor.
Can you help me?
Thank you
Docker images are compiled for x86_64 architectures, not Arm64. You could attempt to rebuild the docker images.
Yes, good idea. I will try it.
Thank you.