diff --git a/docs/installation/ubuntulinux.md b/docs/installation/ubuntulinux.md index 7f2e1fa199..1973371134 100644 --- a/docs/installation/ubuntulinux.md +++ b/docs/installation/ubuntulinux.md @@ -127,12 +127,12 @@ install Docker using the following: The system prompts you for your `sudo` password. Then, it downloads and installs Docker and its dependencies. ->**Note**: If your company is behind a filtering proxy, you may find that the ->`apt-key` ->command fails for the Docker repo during installation. To work around this, ->add the key directly using the following: -> -> $ wget -qO- https://get.docker.com/gpg | sudo apt-key add - + >**Note**: If your company is behind a filtering proxy, you may find that the + >`apt-key` + >command fails for the Docker repo during installation. To work around this, + >add the key directly using the following: + > + > $ wget -qO- https://get.docker.com/gpg | sudo apt-key add - 4. Verify `docker` is installed correctly.