moby--moby/daemon/config
Sebastiaan van Stijn 8378dcf46d
Log active configuration when reloading
When succesfully reloading the daemon configuration, print a message
in the logs with the active configuration:

    INFO[2018-01-15T15:36:20.901688317Z] Got signal to reload configuration, reloading from: /etc/docker/daemon.json
    INFO[2018-01-14T02:23:48.782769942Z] Reloaded configuration: {"mtu":1500,"pidfile":"/var/run/docker.pid","data-root":"/var/lib/docker","exec-root":"/var/run/docker","group":"docker","deprecated-key-path":"/etc/docker/key.json","max-concurrent-downloads":3,"max-concurrent-uploads":5,"shutdown-timeout":15,"debug":true,"hosts":["unix:///var/run/docker.sock"],"log-level":"info","swarm-default-advertise-addr":"","metrics-addr":"","log-driver":"json-file","ip":"0.0.0.0","icc":true,"iptables":true,"ip-forward":true,"ip-masq":true,"userland-proxy":true,"disable-legacy-registry":true,"experimental":false,"network-control-plane-mtu":1500,"runtimes":{"runc":{"path":"docker-runc"}},"default-runtime":"runc","oom-score-adjust":-500,"default-shm-size":67108864,"default-ipc-mode":"shareable"}

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-01-21 00:56:02 +01:00
..
config.go Log active configuration when reloading 2018-01-21 00:56:02 +01:00
config_common_unix.go Remove solaris build tag and `contrib/mkimage/solaris 2017-11-02 00:01:46 +00:00
config_common_unix_test.go Fix missing Init Binary in docker info output 2017-04-10 16:54:07 +05:30
config_test.go Remove deprecated support for duplicate label-keys 2017-11-12 03:11:37 +01:00
config_unix.go Implement none, private, and shareable ipc modes 2017-08-14 10:50:39 +03:00
config_unix_test.go Add gosimple linter 2017-09-12 12:09:59 -04:00
config_windows.go Implement none, private, and shareable ipc modes 2017-08-14 10:50:39 +03:00
config_windows_test.go add NamedUlimitOpt implement NamedOption to fix 32528 2017-06-16 10:14:09 +08:00
opts.go Updated GenericResource CLI 2017-11-06 21:47:26 +01:00