mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Docs: fix capitalization of "Docker"
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
This commit is contained in:
parent
c24d128bb5
commit
ae2af201f3
3 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue