Closed noaboa97 closed 5 years ago
Hello, my docker container also crashed/exited directly after startup on my raspberry pi. Error: standard_init_linux.go:207: exec user process caused "exec format error" I found out that the message you receive is typically architecture related. So the pulled image from the repository is not suited for the armf platform ARMv7 (Raspberry Pi).
Solution: I built a new image from the sources with:
docker build -t sameersbn/bind github.com/sameersbn/docker-bind
After building and creating this new container from source this docker container works without crashing on my raspberry pi. Maybe you have a similar issue.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello,
I've installed this docker container and it crashes immediatly.
Network mode: Hostnetwork
The Log says: chpasswd: (user root) pam_chauthtok() failed, error: System error chpasswd: (line 1, user root) password not changed