Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/reference/dockerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -1057,9 +1057,9 @@ $ echo $?

##### On Linux

The default location of the configuration file on Linux is
`/etc/docker/daemon.json`. Use the `--config-file` flag to specify a
non-default location.
The default location of the configuration file on Linux is `/etc/docker/daemon.json`.
If the file does not exist, you need to create it first. Use the `--config-file`
flag to specify a non-default location.

The following is a full example of the allowed configuration options on Linux:

Expand Down Expand Up @@ -1208,8 +1208,9 @@ The following is a full example of the allowed configuration options on Linux:
##### On Windows

The default location of the configuration file on Windows is
`%programdata%\docker\config\daemon.json`. Use the `--config-file` flag
to specify a non-default location.
`%programdata%\docker\config\daemon.json`. If the file does not exist, you need
to create it first. Use the `--config-file` flag to specify a non-default
location.

The following is a full example of the allowed configuration options on Windows:

Expand Down
Loading