Merge pull request #16886 from ChrisChinchilla/chrisward/tls-clar

Clarify text around TLS configuration in Docker engine docs
This commit is contained in:
Chris Chinchilla 2023-03-20 18:04:02 +01:00 committed by GitHub
commit e922217849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -69,8 +69,11 @@ Here's what the configuration file might look like:
}
```
With this configuration the Docker daemon runs in debug mode, uses TLS, and
listens for traffic routed to `192.168.59.3` on port `2376`. You can learn what
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)