From 9b82ceb5e0e80457490685b96ddee57cfb5170f3 Mon Sep 17 00:00:00 2001 From: Morgan Bauer Date: Mon, 27 Jul 2015 13:09:39 -0700 Subject: [PATCH] Fix interrupted numbering sequence in ubuntu installation docs - increase indent of note to match surrounding text Signed-off-by: Morgan Bauer Upstream-commit: 289e0d244bcbf98c064ce80dcad1a1985974a068 Component: engine --- components/engine/docs/installation/ubuntulinux.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/engine/docs/installation/ubuntulinux.md b/components/engine/docs/installation/ubuntulinux.md index 7f2e1fa199..1973371134 100644 --- a/components/engine/docs/installation/ubuntulinux.md +++ b/components/engine/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.