From cb6ed21e67a3d5ad93a61fc9bb6754d39d6e3b9e Mon Sep 17 00:00:00 2001 From: idi-ot Date: Fri, 19 Jan 2018 22:45:33 +0300 Subject: [PATCH] spacing + config.json -> daemon.json (#5771) --- engine/admin/live-restore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/admin/live-restore.md b/engine/admin/live-restore.md index 8f6c461a8d..5501597ce8 100644 --- a/engine/admin/live-restore.md +++ b/engine/admin/live-restore.md @@ -27,13 +27,13 @@ Use your favorite editor to enable the `live-restore` option in the ```bash { -"live-restore": true + "live-restore": true } ``` 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 -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: