Skip to content

Commit a31f8fc

Browse files
Update dockerd.md
daemon.json does not exist on a clean install. The doc should reflect that.
1 parent 4a6fe51 commit a31f8fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/commandline/dockerd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ $ echo $?
13571357
##### On Linux
13581358

13591359
The default location of the configuration file on Linux is
1360-
`/etc/docker/daemon.json`. The `--config-file` flag can be used to specify a
1360+
`/etc/docker/daemon.json`. If the file does not exist, you need to create it first. The `--config-file` flag can be used to specify a
13611361
non-default location.
13621362

13631363
This is a full example of the allowed configuration options on Linux:

0 commit comments

Comments
 (0)