You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I run container with flag --restart always but after reboot the dnsmasq not found in process list. My host machine switched to slave dns server and lose all docker hosts.
To reproduce this issue just do:
docker stop dns-gen
docker start dns-gen
docker top dns-gen #you can see only sh and docker-gen process
The text was updated successfully, but these errors were encountered:
sergeycherepanov
changed the title
Dnsmasq not start after reboot ot container restart
Dnsmasq not start after reboot or container restart
Mar 31, 2017
Hi, I run container with flag
--restart always
but after reboot the dnsmasq not found in process list. My host machine switched to slave dns server and lose all docker hosts.To reproduce this issue just do:
I think it's require more flexible process management, something like supervisord but more lightweight, I found alternatives wtiren on Go: https://github.com/codeskyblue/gosuv and http://governator.io/
The text was updated successfully, but these errors were encountered: