spacing + config.json -> daemon.json (#5771)

This commit is contained in:
idi-ot 2018-01-19 22:45:33 +03:00 committed by Misty Stanley-Jones
parent cc27281482
commit cb6ed21e67
1 changed files with 2 additions and 2 deletions

View File

@ -27,13 +27,13 @@ Use your favorite editor to enable the `live-restore` option in the
```bash ```bash
{ {
"live-restore": true "live-restore": true
} }
``` ```
You have to send a `SIGHUP` signal to the daemon process for it to reload the You have to send a `SIGHUP` signal to the daemon process for it to reload the
configuration. For more information on how to configure the Docker daemon using configuration. For more information on how to configure the Docker daemon using
config.json, see [daemon configuration file](../reference/commandline/dockerd.md#daemon-configuration-file). `daemon.json`, see [daemon configuration file](../reference/commandline/dockerd.md#daemon-configuration-file).
* When you start the Docker daemon, pass the `--live-restore` flag: * When you start the Docker daemon, pass the `--live-restore` flag: