mirror of https://github.com/docker/docs.git
docs: Move Post install ink to infobox
Moved Post-Install link to inbobox to make it more visible.
This commit is contained in:
parent
43fb84bf13
commit
78d1794a2a
|
@ -180,11 +180,10 @@ Docker from the repository.
|
||||||
This command downloads a test image and runs it in a container. When the
|
This command downloads a test image and runs it in a container. When the
|
||||||
container runs, it prints a confirmation message and exits.
|
container runs, it prints a confirmation message and exits.
|
||||||
|
|
||||||
You have now successfully installed and started Docker Engine. The `docker` user
|
You have now successfully installed and started Docker Engine.
|
||||||
group exists but contains no users, which is why you're required to use `sudo`
|
> The `docker` user group exists but contains no users, which is why you're required
|
||||||
to run Docker commands. Continue to [Linux post-install](linux-postinstall.md)
|
> to use `sudo` to run Docker commands. Continue to [Linux post-install](linux-postinstall.md)
|
||||||
to allow non-privileged users to run Docker commands and for other optional
|
> to allow non-privileged users to run Docker commands and for other optional configuration steps.
|
||||||
configuration steps.
|
|
||||||
|
|
||||||
#### Upgrade Docker Engine
|
#### Upgrade Docker Engine
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue