Fixed typographical erros in the documentation

Used the RETF rules provided by Wikipedia to fix some typographical
errors in the Markdown files of the documentation with the following
script:

https://github.com/openstack/openstack-doc-tools/tree/master/cleanup/retf

Docker-DCO-1.1-Signed-off-by: Christian Berendt <berendt@b1-systems.de> (github: berendt)

Docker-DCO-1.1-Signed-off-by: Christian Berendt <berendt@b1-systems.de> (github: SvenDowideit)
This commit is contained in:
Christian Berendt 2014-06-27 13:32:01 +02:00 committed by SvenDowideit
parent e6d9c097b2
commit b44e13ae02
17 changed files with 62 additions and 62 deletions

View File

@ -93,7 +93,7 @@ or
they omit the executable, an ENTRYPOINT must be specified.
When used in the shell or exec formats, the CMD instruction sets the command to
be executed when running the image.
If you use the shell form of of the CMD, the <command> executes in /bin/sh -c:
If you use the shell form of the CMD, the <command> executes in /bin/sh -c:
**FROM ubuntu**
**CMD echo "This is a test." | wc -**
If you run <command> wihtout a shell, then you must express the command as a

View File

@ -14,7 +14,7 @@ Using an existing container's name or ID you can create a new image.
# OPTIONS
**-a, --author**=""
Author name. (eg. "John Hannibal Smith <hannibal@a-team.com>"
Author name. (e.g. "John Hannibal Smith <hannibal@a-team.com>"
**-m, --message**=""
Commit message

View File

@ -13,7 +13,7 @@ docker-run - Run a process in an isolated container
[**--link**=*name*:*alias*]
[**-e**|**--env**=*environment*] [**--entrypoint**=*command*]
[**--expose**=*port*] [**-P**|**--publish-all**[=*false*]]
[**-p**|**--publish**=*port-mappping*] [**-h**|**--hostname**=*hostname*]
[**-p**|**--publish**=*port-mapping*] [**-h**|**--hostname**=*hostname*]
[**--rm**[=*false*]] [**--privileged**[=*false*]]
[**-i**|**--interactive**[=*false*]]
[**-t**|**--tty**[=*false*]] [**--lxc-conf**=*options*]
@ -71,7 +71,7 @@ stopping the process by pressing the keys CTRL-P CTRL-Q.
**--dns**=*IP-address*
Set custom DNS servers. This option can be used to override the DNS
configuration passed to the container. Typically this is necessary when the
host DNS configuration is invalid for the container (eg. 127.0.0.1). When this
host DNS configuration is invalid for the container (e.g. 127.0.0.1). When this
is the case the **-dns** flags is necessary for every run.

View File

@ -605,8 +605,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"centos",
"Volumes":null,
"VolumesFrom":""
@ -935,7 +935,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -612,8 +612,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"centos",
"Volumes":null,
"VolumesFrom":""
@ -946,7 +946,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -286,7 +286,7 @@ List processes running inside the container `id`
 
- **ps\_args** ps arguments to use (eg. aux)
- **ps\_args** ps arguments to use (e.g. aux)
Status Codes:
@ -530,7 +530,7 @@ Attach to the container `id`
`STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout)
- 0: stdin (will be written on stdout)
- 1: stdout
- 2: stderr
@ -1181,7 +1181,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -290,7 +290,7 @@ List processes running inside the container `id`
 
- **ps_args** ps arguments to use (eg. aux)
- **ps_args** ps arguments to use (e.g. aux)
Status Codes:
@ -570,7 +570,7 @@ Attach to the container `id`
`STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout)
- 0: stdin (will be written on stdout)
- 1: stdout
- 2: stderr
@ -791,8 +791,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"base",
"Volumes":null,
"VolumesFrom":"",
@ -1223,7 +1223,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -290,7 +290,7 @@ List processes running inside the container `id`
 
- **ps_args** ps arguments to use (eg. aux)
- **ps_args** ps arguments to use (e.g. aux)
Status Codes:
@ -611,7 +611,7 @@ Attach to the container `id`
`STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout)
- 0: stdin (will be written on stdout)
- 1: stdout
- 2: stderr
@ -865,8 +865,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"base",
"Volumes":null,
"VolumesFrom":"",
@ -1301,7 +1301,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -290,7 +290,7 @@ List processes running inside the container `id`
 
- **ps_args** ps arguments to use (eg. aux)
- **ps_args** ps arguments to use (e.g. aux)
Status Codes:
@ -613,7 +613,7 @@ Attach to the container `id`
`STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout)
- 0: stdin (will be written on stdout)
- 1: stdout
- 2: stderr
@ -867,8 +867,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"base",
"Volumes":null,
"VolumesFrom":"",
@ -1304,7 +1304,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -628,8 +628,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"centos",
"Volumes":null,
"VolumesFrom":""
@ -959,7 +959,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -678,8 +678,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"centos",
"Volumes":null,
"VolumesFrom":""
@ -1009,7 +1009,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -264,7 +264,7 @@ List processes running inside the container `id`
 
- **ps_args** ps arguments to use (eg. aux)
- **ps_args** ps arguments to use (e.g. aux)
Status Codes:
@ -724,8 +724,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"centos",
"Volumes":null,
"VolumesFrom":"",
@ -1055,7 +1055,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -261,7 +261,7 @@ List processes running inside the container `id`
 
- **ps_args** ps arguments to use (eg. aux)
- **ps_args** ps arguments to use (e.g. aux)
Status Codes:
@ -725,8 +725,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"centos",
"Volumes":null,
"VolumesFrom":"",
@ -1067,7 +1067,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -311,7 +311,7 @@ List processes running inside the container `id`
 
- **ps_args** ps arguments to use (eg. aux)
- **ps_args** ps arguments to use (e.g. aux)
Status Codes:
@ -558,7 +558,7 @@ Attach to the container `id`
`STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout)
- 0: stdin (will be written on stdout)
- 1: stdout
- 2: stderr
@ -832,8 +832,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"base",
"Volumes":null,
"VolumesFrom":"",
@ -1163,7 +1163,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes:

View File

@ -267,7 +267,7 @@ List processes running inside the container `id`
 
- **ps_args** ps arguments to use (eg. aux)
- **ps_args** ps arguments to use (e.g. aux)
Status Codes:
@ -507,7 +507,7 @@ Attach to the container `id`
`STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout)
- 0: stdin (will be written on stdout)
- 1: stdout
- 2: stderr
@ -751,8 +751,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"base",
"Volumes":null,
"VolumesFrom":"",
@ -1112,7 +1112,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
- **run** config automatically applied when the image is run.
(ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]})

View File

@ -303,7 +303,7 @@ List processes running inside the container `id`
 
- **ps_args** ps arguments to use (eg. aux)
- **ps_args** ps arguments to use (e.g. aux)
Status Codes:
@ -549,7 +549,7 @@ Attach to the container `id`
`STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout)
- 0: stdin (will be written on stdout)
- 1: stdout
- 2: stderr
@ -793,8 +793,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"base",
"Volumes":null,
"VolumesFrom":"",
@ -1157,7 +1157,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
- **run** config automatically applied when the image is run.
(ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]})

View File

@ -303,7 +303,7 @@ List processes running inside the container `id`
 
- **ps_args** ps arguments to use (eg. aux)
- **ps_args** ps arguments to use (e.g. aux)
Status Codes:
@ -553,7 +553,7 @@ Attach to the container `id`
`STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout)
- 0: stdin (will be written on stdout)
- 1: stdout
- 2: stderr
@ -797,8 +797,8 @@ Return low-level information on the image `name`
"OpenStdin":true,
"StdinOnce":false,
"Env":null,
"Cmd": ["/bin/bash"]
,"Dns":null,
"Cmd": ["/bin/bash"],
"Dns":null,
"Image":"base",
"Volumes":null,
"VolumesFrom":"",
@ -1194,7 +1194,7 @@ Create a new image from a container's changes
- **repo** repository
- **tag** tag
- **m** commit message
- **author** author (eg. "John Hannibal Smith
- **author** author (e.g. "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: