mirror of https://github.com/docker/docs.git
Update json-file.md
The file daemon.json does not exist in a fresh docker install in Ubuntu
This commit is contained in:
parent
0e3f31e807
commit
45d6a89299
|
@ -29,7 +29,7 @@ only one container.
|
|||
To use the `json-file` driver as the default logging driver, set the `log-driver`
|
||||
and `log-opts` keys to appropriate values in the `daemon.json` file, which is
|
||||
located in `/etc/docker/` on Linux hosts or
|
||||
`C:\ProgramData\docker\config\` on Windows Server. For more information about
|
||||
`C:\ProgramData\docker\config\` on Windows Server. If the file does not exist, create it first. For more information about
|
||||
configuring Docker using `daemon.json`, see
|
||||
[daemon.json](../../../engine/reference/commandline/dockerd.md#daemon-configuration-file).
|
||||
|
||||
|
|
Loading…
Reference in New Issue