mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix interrupted numbering sequence in ubuntu installation docs
- increase indent of note to match surrounding text Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>
This commit is contained in:
parent
afac39d308
commit
289e0d244b
1 changed files with 6 additions and 6 deletions
|
@ -127,12 +127,12 @@ install Docker using the following:
|
||||||
The system prompts you for your `sudo` password. Then, it downloads and
|
The system prompts you for your `sudo` password. Then, it downloads and
|
||||||
installs Docker and its dependencies.
|
installs Docker and its dependencies.
|
||||||
|
|
||||||
>**Note**: If your company is behind a filtering proxy, you may find that the
|
>**Note**: If your company is behind a filtering proxy, you may find that the
|
||||||
>`apt-key`
|
>`apt-key`
|
||||||
>command fails for the Docker repo during installation. To work around this,
|
>command fails for the Docker repo during installation. To work around this,
|
||||||
>add the key directly using the following:
|
>add the key directly using the following:
|
||||||
>
|
>
|
||||||
> $ wget -qO- https://get.docker.com/gpg | sudo apt-key add -
|
> $ wget -qO- https://get.docker.com/gpg | sudo apt-key add -
|
||||||
|
|
||||||
4. Verify `docker` is installed correctly.
|
4. Verify `docker` is installed correctly.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue