From 36a1e0482fc7bcddbc624a19abfc365762492445 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:36:34 +0100 Subject: [PATCH] engine: link to proxy config from daemon configuration overview Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/config/daemon/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/config/daemon/_index.md b/content/config/daemon/_index.md index dac09be9097..c466d84d109 100644 --- a/content/config/daemon/_index.md +++ b/content/config/daemon/_index.md @@ -127,3 +127,4 @@ documentation. Some places to go next include: - [Limit a container's resources](../containers/resource_constraints.md) - [Configure storage drivers](../../storage/storagedriver/select-storage-driver.md) - [Container security](../../engine/security/index.md) +- [Configure the Docker daemon to use a proxy](./systemd.md#httphttps-proxy)