mirror of https://github.com/docker/docs.git
docs: Changed other docs to match
This commit is contained in:
parent
cbbd7c847c
commit
d2a801c0ab
|
@ -168,7 +168,13 @@ $ sudo yum-config-manager \
|
|||
This command downloads a test image and runs it in a container. When the
|
||||
container runs, it prints a confirmation message and exits.
|
||||
|
||||
You have now successfully installed and started Docker Engine. 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.
|
||||
You have now successfully installed and started Docker Engine.
|
||||
|
||||
> 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.
|
||||
|
||||
#### Upgrade Docker Engine
|
||||
|
||||
|
|
|
@ -184,11 +184,13 @@ Raspbian.
|
|||
This command downloads a test image and runs it in a container. When the
|
||||
container runs, it prints a confirmation message and exits.
|
||||
|
||||
You have now successfully installed and started Docker Engine. 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.
|
||||
You have now successfully installed and started Docker Engine.
|
||||
|
||||
> 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 post-install](linux-postinstall.md)
|
||||
> to allow non-privileged users to run Docker commands and for other optional configuration steps.
|
||||
|
||||
#### Upgrade Docker Engine
|
||||
|
||||
|
|
|
@ -191,10 +191,12 @@ a new file each time you want to upgrade Docker Engine.
|
|||
This command downloads a test image and runs it in a container. When the
|
||||
container runs, it prints a message and exits.
|
||||
|
||||
This installs and runs Docker Engine. Use `sudo` to run Docker commands.
|
||||
Continue to [Post-installation steps for Linux](linux-postinstall.md) to allow
|
||||
non-privileged users to run Docker commands and for other optional configuration
|
||||
steps.
|
||||
This installs and runs Docker Engine.
|
||||
|
||||
> Receiving errors when trying to run without root?
|
||||
>
|
||||
> 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
|
||||
|
||||
|
|
|
@ -155,10 +155,12 @@ $ sudo yum-config-manager \
|
|||
This command downloads a test image and runs it in a container. When the
|
||||
container runs, it prints a message and exits.
|
||||
|
||||
This installs and runs Docker Engine. 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.
|
||||
This installs and runs Docker Engine.
|
||||
|
||||
> Receiving errors when trying to run without root?
|
||||
>
|
||||
> 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
|
||||
|
||||
|
|
|
@ -173,10 +173,12 @@ $ sudo zypper addrepo {{ download-url-base }}/docker-ce.repo
|
|||
This command downloads a test image and runs it in a container. When the
|
||||
container runs, it prints a message and exits.
|
||||
|
||||
This installs and runs Docker Engine. 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.
|
||||
This installs and runs Docker Engine.
|
||||
|
||||
> Receiving errors when trying to run without root?
|
||||
>
|
||||
> 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue