mirror of https://github.com/docker/docs.git
Merge pull request #12383 from thaJeztah/more_go_redirects
Add more "/go/" redirects for use in the install scripts, and move "post install" in TOC
This commit is contained in:
commit
083e30fe22
|
|
@ -1128,8 +1128,8 @@ manuals:
|
||||||
title: Install on Ubuntu
|
title: Install on Ubuntu
|
||||||
- path: /engine/install/binaries/
|
- path: /engine/install/binaries/
|
||||||
title: Install binaries
|
title: Install binaries
|
||||||
- path: /engine/install/linux-postinstall/
|
- path: /engine/install/linux-postinstall/
|
||||||
title: Optional post-installation steps
|
title: Optional post-installation steps
|
||||||
- path: /engine/release-notes/
|
- path: /engine/release-notes/
|
||||||
title: Release notes
|
title: Release notes
|
||||||
- sectiontitle: Previous versions
|
- sectiontitle: Previous versions
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
---
|
||||||
|
|
@ -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
|
||||||
|
---
|
||||||
Loading…
Reference in New Issue