Add actual explanation of config file

This commit is contained in:
Chris Chinchilla 2023-03-20 15:35:03 +01:00
parent bd47e9f24e
commit 927636e3f8
1 changed files with 4 additions and 1 deletions

View File

@ -69,7 +69,10 @@ Here's what the configuration file might look like:
}
```
With this configuration, run the Docker daemon in debug mode, using TLS, and
In addition to Docker Desktop default values, this configuration enables garbage
collection at a 20GB threshold, and enables buildkit.
Using this configuration file, run the Docker daemon in debug mode, using TLS, and
listen for traffic routed to `192.168.59.3` on port `2376`. You can learn what
configuration options are available in the
[dockerd reference docs](../../engine/reference/commandline/dockerd.md#daemon-configuration-file)