From bd47e9f24e7afee8874724c850b23c09d1fa3bc8 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Tue, 14 Mar 2023 14:40:49 +0100 Subject: [PATCH 1/2] Clarify text --- config/daemon/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/daemon/index.md b/config/daemon/index.md index 3a45b332a7..469e23da6d 100644 --- a/config/daemon/index.md +++ b/config/daemon/index.md @@ -69,8 +69,8 @@ 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 +With this configuration, 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) From 927636e3f8f6c9ed950fea8cbb9af230f130bd1c Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Mon, 20 Mar 2023 15:35:03 +0100 Subject: [PATCH 2/2] 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)