mirror of https://github.com/docker/docs.git
Refactor to include and use call out formatting
This commit is contained in:
parent
d2a801c0ab
commit
1ee679125e
|
@ -0,0 +1,7 @@
|
||||||
|
> **Tip**
|
||||||
|
>
|
||||||
|
> Receiving errors when trying to run without root?
|
||||||
|
>
|
||||||
|
> The `docker` user group exists but contains no users, which is why you’re required
|
||||||
|
> to use `sudo` to run Docker commands. Continue to [Linux postinstall](linux-postinstall.md)
|
||||||
|
> to allow non-privileged users to run Docker commands and for other optional configuration steps.
|
|
@ -170,11 +170,7 @@ $ sudo yum-config-manager \
|
||||||
|
|
||||||
You have now successfully installed and started Docker Engine.
|
You have now successfully installed and started Docker Engine.
|
||||||
|
|
||||||
> Receiving errors when trying to run without root?
|
{% include root-errors.md %}
|
||||||
>
|
|
||||||
> The `docker` user group exists but contains no users, which is why you’re required
|
|
||||||
> to use `sudo` to run Docker commands. Continue to [Linux postinstall](linux-postinstall.md)
|
|
||||||
> to allow non-privileged users to run Docker commands and for other optional configuration steps.
|
|
||||||
|
|
||||||
#### Upgrade Docker Engine
|
#### Upgrade Docker Engine
|
||||||
|
|
||||||
|
|
|
@ -186,11 +186,7 @@ Raspbian.
|
||||||
|
|
||||||
You have now successfully installed and started Docker Engine.
|
You have now successfully installed and started Docker Engine.
|
||||||
|
|
||||||
> Receiving errors when trying to run without root?
|
{% include root-errors.md %}
|
||||||
>
|
|
||||||
> The `docker` user group exists but contains no users, which is why you're required
|
|
||||||
> 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 configuration steps.
|
|
||||||
|
|
||||||
#### Upgrade Docker Engine
|
#### Upgrade Docker Engine
|
||||||
|
|
||||||
|
|
|
@ -193,10 +193,7 @@ a new file each time you want to upgrade Docker Engine.
|
||||||
|
|
||||||
This installs and runs Docker Engine.
|
This installs and runs Docker Engine.
|
||||||
|
|
||||||
> Receiving errors when trying to run without root?
|
{% include root-errors.md %}
|
||||||
>
|
|
||||||
> Continue to [Linux post-install](linux-postinstall.md) to allow non-privileged users to run Docker commands
|
|
||||||
> and for other optional configuration steps.
|
|
||||||
|
|
||||||
#### Upgrade Docker Engine
|
#### Upgrade Docker Engine
|
||||||
|
|
||||||
|
|
|
@ -157,10 +157,7 @@ $ sudo yum-config-manager \
|
||||||
|
|
||||||
This installs and runs Docker Engine.
|
This installs and runs Docker Engine.
|
||||||
|
|
||||||
> Receiving errors when trying to run without root?
|
{% include root-errors.md %}
|
||||||
>
|
|
||||||
> Continue to [Linux post-install](linux-postinstall.md) to allow non-privileged users to run Docker commands
|
|
||||||
> and for other optional configuration steps.
|
|
||||||
|
|
||||||
#### Upgrade Docker Engine
|
#### Upgrade Docker Engine
|
||||||
|
|
||||||
|
|
|
@ -175,10 +175,7 @@ $ sudo zypper addrepo {{ download-url-base }}/docker-ce.repo
|
||||||
|
|
||||||
This installs and runs Docker Engine.
|
This installs and runs Docker Engine.
|
||||||
|
|
||||||
> Receiving errors when trying to run without root?
|
{% include root-errors.md %}
|
||||||
>
|
|
||||||
> Continue to [Linux post-install](linux-postinstall.md) to allow non-privileged users to run Docker commands
|
|
||||||
> and for other optional configuration steps.
|
|
||||||
|
|
||||||
#### Upgrade Docker Engine
|
#### Upgrade Docker Engine
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue