From f0d14c9de10154c43e54875cd8cae99ed191ee75 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 21 Jan 2014 07:26:45 +0000 Subject: [PATCH] Docs: fix capitalization of "Docker" Docker-DCO-1.1-Signed-off-by: Solomon Hykes (github: shykes) Upstream-commit: ae2af201f340420f70ca05d54d150764bd88e680 Component: engine --- components/engine/docs/sources/examples/hello_world.rst | 6 +++--- components/engine/docs/sources/installation/ubuntulinux.rst | 4 ++-- components/engine/docs/sources/use/basics.rst | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/engine/docs/sources/examples/hello_world.rst b/components/engine/docs/sources/examples/hello_world.rst index 57954a98ca..3a6a7b8587 100644 --- a/components/engine/docs/sources/examples/hello_world.rst +++ b/components/engine/docs/sources/examples/hello_world.rst @@ -9,11 +9,11 @@ Hello World .. _running_examples: -Check your docker install +Check your Docker install ------------------------- This guide assumes you have a working installation of Docker. To check -your docker install, run the following command: +your Docker install, run the following command: .. code-block:: bash @@ -22,7 +22,7 @@ your docker install, run the following command: If you get ``docker: command not found`` or something like ``/var/lib/docker/repositories: permission denied`` you may have an incomplete -docker installation or insufficient privileges to access docker on your machine. +Docker installation or insufficient privileges to access docker on your machine. Please refer to :ref:`installation_list` for installation instructions. diff --git a/components/engine/docs/sources/installation/ubuntulinux.rst b/components/engine/docs/sources/installation/ubuntulinux.rst index 9019f76c45..d5e4a248ba 100644 --- a/components/engine/docs/sources/installation/ubuntulinux.rst +++ b/components/engine/docs/sources/installation/ubuntulinux.rst @@ -35,7 +35,7 @@ Dependencies **Linux kernel 3.8** -Due to a bug in LXC, docker works best on the 3.8 kernel. Precise +Due to a bug in LXC, Docker works best on the 3.8 kernel. Precise comes with a 3.2 kernel, so we need to upgrade it. The kernel you'll install when following these steps comes with AUFS built in. We also include the generic headers to enable packages that depend on them, @@ -199,7 +199,7 @@ client commands. # this to take effect. sudo gpasswd -a ${USER} docker - # Restart the docker daemon. + # Restart the Docker daemon. sudo service docker restart diff --git a/components/engine/docs/sources/use/basics.rst b/components/engine/docs/sources/use/basics.rst index cfc5ba4cb3..6bd1f0b7a0 100644 --- a/components/engine/docs/sources/use/basics.rst +++ b/components/engine/docs/sources/use/basics.rst @@ -6,11 +6,11 @@ First steps with Docker ======================= -Check your docker install +Check your Docker install ------------------------- This guide assumes you have a working installation of Docker. To check -your docker install, run the following command: +your Docker install, run the following command: .. code-block:: bash @@ -19,7 +19,7 @@ your docker install, run the following command: If you get ``docker: command not found`` or something like ``/var/lib/docker/repositories: permission denied`` you may have an incomplete -docker installation or insufficient privileges to access docker on your machine. +docker installation or insufficient privileges to access Docker on your machine. Please refer to :ref:`installation_list` for installation instructions.