mirror of https://github.com/docker/docs.git
Fix broken links to postinstall documentation
Fixes a number of links that were pointing to the wrong location for the linux post-installation steps.
This commit is contained in:
parent
4c36f67964
commit
1b9d732e46
|
@ -200,7 +200,7 @@ You can install Docker EE in different ways, depending on your needs:
|
|||
container runs, it prints an informational message and exits.
|
||||
|
||||
Docker EE is installed and running. You need to use `sudo` to run Docker
|
||||
commands. Continue to [Linux postinstall](linux-postinstall.md) to allow
|
||||
commands. Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow
|
||||
non-privileged users to run Docker commands and for other optional configuration
|
||||
steps.
|
||||
|
||||
|
@ -295,7 +295,7 @@ upgrade Docker EE.
|
|||
container runs, it prints an informational message and exits.
|
||||
|
||||
Docker EE is installed and running. You need to use `sudo` to run Docker
|
||||
commands. Continue to [Post-installation steps for Linux](linux-postinstall.md)
|
||||
commands. Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md)
|
||||
to allow non-privileged users to run Docker commands and for other optional
|
||||
configuration steps.
|
||||
|
||||
|
|
|
@ -311,7 +311,7 @@ from the repository.
|
|||
container runs, it prints an informational message and exits.
|
||||
|
||||
Docker EE is installed and running. You need to use `sudo` to run Docker
|
||||
commands. Continue to [Linux postinstall](linux-postinstall.md) to configure the
|
||||
commands. Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to configure the
|
||||
graph storage driver, allow non-privileged users to run Docker commands, and for
|
||||
other optional configuration steps.
|
||||
|
||||
|
@ -391,7 +391,7 @@ need to download a new file each time you want to upgrade Docker EE.
|
|||
container runs, it prints an informational message and exits.
|
||||
|
||||
Docker EE is installed and running. You need to use `sudo` to run Docker
|
||||
commands. Continue to [Post-installation steps for Linux](linux-postinstall.md)
|
||||
commands. Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md)
|
||||
to allow non-privileged users to run Docker commands and for other optional
|
||||
configuration steps.
|
||||
|
||||
|
|
|
@ -280,7 +280,7 @@ from the repository.
|
|||
|
||||
Docker EE is installed and running. The `docker` group is created but no users
|
||||
are added to it. You need to use `sudo` to run Docker
|
||||
commands. Continue to [Linux postinstall](linux-postinstall.md) to allow
|
||||
commands. Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow
|
||||
non-privileged users to run Docker commands and for other optional configuration
|
||||
steps.
|
||||
|
||||
|
|
Loading…
Reference in New Issue