mirror of https://github.com/docker/docs.git
Step 14 incomplete (#1916)
* Step 14 incomplete Mention of a daemon file but its exact location is absent , I've added this in
This commit is contained in:
parent
966fcfc6db
commit
b6953e5b22
|
@ -332,7 +332,9 @@ assumes that the Docker daemon is in the `stopped` state.
|
|||
--storage-opt=dm.use_deferred_deletion=true
|
||||
```
|
||||
|
||||
You can also set them for startup in the `daemon.json` configuration, for example:
|
||||
You can also set them for startup in the
|
||||
[daemon configuration file](/engine/reference/commandline/dockerd/#daemon-configuration-file),
|
||||
which defaults to `/etc/docker/daemon.json` configuration, for example:
|
||||
|
||||
```none
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue