From 553a933255d6a06391fa5dea7ddb2faf025772f0 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 25 Feb 2021 10:10:26 +0100 Subject: [PATCH 1/2] Add "/go/" redirects to use in install script Signed-off-by: Sebastiaan van Stijn --- go/attack-surface.md | 6 ++++++ go/daemon-access.md | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 go/attack-surface.md create mode 100644 go/daemon-access.md diff --git a/go/attack-surface.md b/go/attack-surface.md new file mode 100644 index 0000000000..e3d70e9a99 --- /dev/null +++ b/go/attack-surface.md @@ -0,0 +1,6 @@ +--- +# Details about the "Docker Daemon attack surface". This redirect is currently +# used in warnings printed by the Docker Engine, and in the installation script +# at "get.docker.com" +redirect_to: /engine/security/#docker-daemon-attack-surface +--- diff --git a/go/daemon-access.md b/go/daemon-access.md new file mode 100644 index 0000000000..29ac0a5d21 --- /dev/null +++ b/go/daemon-access.md @@ -0,0 +1,5 @@ +--- +# Details about how to give "non-root" users access to a privileged Docker Daemon +# This redirect is currently in the installation script at "get.docker.com" +redirect_to: /engine/install/linux-postinstall/#manage-docker-as-a-non-root-user +--- From 8e0831729c6820e11d9a352c479da8c1267fa058 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 25 Feb 2021 11:11:31 +0100 Subject: [PATCH 2/2] toc: move "post-install" out of "per-distro" submenu Signed-off-by: Sebastiaan van Stijn --- _data/toc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index d4f2dac18f..3e68755a56 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1128,8 +1128,8 @@ manuals: title: Install on Ubuntu - path: /engine/install/binaries/ title: Install binaries - - path: /engine/install/linux-postinstall/ - title: Optional post-installation steps + - path: /engine/install/linux-postinstall/ + title: Optional post-installation steps - path: /engine/release-notes/ title: Release notes - sectiontitle: Previous versions