Files
docker-docs/daemon
Lei Jitang b9366c9609 Fix configuration reloading
There are five options 'debug' 'labels' 'cluster-store' 'cluster-store-opts'
and 'cluster-advertise' that can be reconfigured, configure any of these
options should not affect other options which may have configured in flags.
But this is not true, for example, I start a daemon with -D to enable the
debugging, and after a while, I want reconfigure the 'label', so I add a file
'/etc/docker/daemon.json' with content '"labels":["test"]' and send SIGHUP to daemon
to reconfigure the daemon, it work, but the debugging of the daemon is also diabled.
I don't think this is a expeted behaviour.
This patch also have some minor refactor of reconfiguration of cluster-advertiser.
Enable user to reconfigure cluster-advertiser without cluster-store in config file
since cluster-store could also be already set in flag, and we only want to reconfigure
the cluster-advertiser.

Signed-off-by: Lei Jitang <leijitang@huawei.com>
2016-02-24 21:12:14 -05:00
..
2016-02-01 09:57:38 -08:00
2016-02-09 14:26:51 -05:00
2016-02-12 17:56:40 -05:00
2016-02-24 21:12:14 -05:00
2016-02-24 21:12:14 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 10:43:01 -08:00
2016-02-02 21:05:01 -05:00
2016-02-11 15:49:36 -08:00
2016-02-16 11:19:23 -08:00
2016-02-03 15:45:20 +08:00
2016-02-23 12:10:24 -05:00
2016-02-09 14:25:02 -05:00
2016-02-20 17:06:32 +08:00
2016-02-09 14:25:02 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00
2016-02-20 17:06:32 +08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver