Add "/go/" redirects to use in install script

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-02-25 10:10:26 +01:00
parent 734e868ade
commit 553a933255
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 11 additions and 0 deletions

6
go/attack-surface.md Normal file
View File

@ -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
---

5
go/daemon-access.md Normal file
View File

@ -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
---