sameersbn / docker-bind

Dockerize BIND DNS server with webmin for DNS administration
MIT License
913 stars 333 forks source link

Docker Container Crashes immediatly on Synology NAS #69

Closed noaboa97 closed 5 years ago

noaboa97 commented 5 years ago

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

protvis74 commented 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.

stale[bot] commented 5 years ago

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.