From 927636e3f8f6c9ed950fea8cbb9af230f130bd1c Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Mon, 20 Mar 2023 15:35:03 +0100 Subject: [PATCH] Add actual explanation of config file --- config/daemon/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/daemon/index.md b/config/daemon/index.md index 469e23da6d..36836af0d1 100644 --- a/config/daemon/index.md +++ b/config/daemon/index.md @@ -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)