Docker daemon should have a validate-config option
Automated updates to docker's daemon.json (eg: puppet) are unable to parse the config file for validity before restarting the daemon. This may result in the daemon failing to restart, causing an outage for any running containers.
eg:
# docker daemon --config myconfig.json --validate
Syntax OK
Docker daemon should have a validate-config option
Automated updates to docker's
daemon.json(eg: puppet) are unable to parse the config file for validity before restarting the daemon. This may result in the daemon failing to restart, causing an outage for any running containers.eg: