From 4f4b1af97719fab2cbf237ddc4af35bcc557c5ce Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 27 Jul 2022 20:45:26 +0200 Subject: [PATCH] Add /go/linux-credentials/ redirect Docker Desktop for Linux currently has a link to; https://docs.docker.com/desktop/linux/#credentials-management which has moved, and didn't have a redirect, causing the link to break; unfortunately we can't fix existing versions of Docker Desktop; redirects are being added (but won't be able to redirect to the correct anchor). This patch adds a https://docs.docker.com/go/linux-credentials/ redirect, so that we can continue using that URL even if content moves around. Signed-off-by: Sebastiaan van Stijn --- go/linux-credentials.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 go/linux-credentials.md diff --git a/go/linux-credentials.md b/go/linux-credentials.md new file mode 100644 index 0000000000..20c8083652 --- /dev/null +++ b/go/linux-credentials.md @@ -0,0 +1,5 @@ +--- +title: How to set up and configure the pass credentials helper for Docker Desktop for Linux +description: How to set up and configure the pass credentials helper for Docker Desktop for Linux +redirect_to: /desktop/get-started/#credentials-management-for-linux-users +---