From 477b71cb586da437ae637150b38ade561ff8807c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 10 May 2021 11:33:01 -0500 Subject: [PATCH] fixed broken link --- engine/security/protect-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/protect-access.md b/engine/security/protect-access.md index ada668cc65..376a11eb8c 100644 --- a/engine/security/protect-access.md +++ b/engine/security/protect-access.md @@ -19,7 +19,7 @@ optionally communicate using SSH or a TLS (HTTPS) socket. > remote machine. Refer to [manage Docker as a non-root user](../../install/linux-postinstall/#manage-docker-as-a-non-root-user) > to learn how to give a non-root user access to the docker socket. -The following example creates a [`docker context`](../../context/working-with-contexts.md) +The following example creates a [`docker context`](../../context/working-with-contexts/) to connect with a remote `dockerd` daemon on `host1.example.com` using SSH, and as the `docker-user` user on the remote machine: