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. they omit the executable, an ENTRYPOINT must be specified.
When used in the shell or exec formats, the CMD instruction sets the command to When used in the shell or exec formats, the CMD instruction sets the command to
be executed when running the image. 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** **FROM ubuntu**
**CMD echo "This is a test." | wc -** **CMD echo "This is a test." | wc -**
If you run <command> wihtout a shell, then you must express the command as a 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 # OPTIONS
**-a, --author**="" **-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**="" **-m, --message**=""
Commit message Commit message

View File

@ -13,7 +13,7 @@ docker-run - Run a process in an isolated container
[**--link**=*name*:*alias*] [**--link**=*name*:*alias*]
[**-e**|**--env**=*environment*] [**--entrypoint**=*command*] [**-e**|**--env**=*environment*] [**--entrypoint**=*command*]
[**--expose**=*port*] [**-P**|**--publish-all**[=*false*]] [**--expose**=*port*] [**-P**|**--publish-all**[=*false*]]
[**-p**|**--publish**=*port-mappping*] [**-h**|**--hostname**=*hostname*] [**-p**|**--publish**=*port-mapping*] [**-h**|**--hostname**=*hostname*]
[**--rm**[=*false*]] [**--privileged**[=*false*]] [**--rm**[=*false*]] [**--privileged**[=*false*]]
[**-i**|**--interactive**[=*false*]] [**-i**|**--interactive**[=*false*]]
[**-t**|**--tty**[=*false*]] [**--lxc-conf**=*options*] [**-t**|**--tty**[=*false*]] [**--lxc-conf**=*options*]
@ -71,7 +71,7 @@ stopping the process by pressing the keys CTRL-P CTRL-Q.
**--dns**=*IP-address* **--dns**=*IP-address*
Set custom DNS servers. This option can be used to override the DNS Set custom DNS servers. This option can be used to override the DNS
configuration passed to the container. Typically this is necessary when the 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. 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, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"centos", "Image":"centos",
"Volumes":null, "Volumes":null,
"VolumesFrom":"" "VolumesFrom":""
@ -935,7 +935,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: Status Codes:

View File

@ -612,8 +612,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"centos", "Image":"centos",
"Volumes":null, "Volumes":null,
"VolumesFrom":"" "VolumesFrom":""
@ -946,7 +946,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: 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: Status Codes:
@ -530,7 +530,7 @@ Attach to the container `id`
`STREAM_TYPE` can be: `STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout) - 0: stdin (will be written on stdout)
- 1: stdout - 1: stdout
- 2: stderr - 2: stderr
@ -1181,7 +1181,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: 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: Status Codes:
@ -570,7 +570,7 @@ Attach to the container `id`
`STREAM_TYPE` can be: `STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout) - 0: stdin (will be written on stdout)
- 1: stdout - 1: stdout
- 2: stderr - 2: stderr
@ -791,8 +791,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"base", "Image":"base",
"Volumes":null, "Volumes":null,
"VolumesFrom":"", "VolumesFrom":"",
@ -1223,7 +1223,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: 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: Status Codes:
@ -611,7 +611,7 @@ Attach to the container `id`
`STREAM_TYPE` can be: `STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout) - 0: stdin (will be written on stdout)
- 1: stdout - 1: stdout
- 2: stderr - 2: stderr
@ -865,8 +865,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"base", "Image":"base",
"Volumes":null, "Volumes":null,
"VolumesFrom":"", "VolumesFrom":"",
@ -1301,7 +1301,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: 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: Status Codes:
@ -613,7 +613,7 @@ Attach to the container `id`
`STREAM_TYPE` can be: `STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout) - 0: stdin (will be written on stdout)
- 1: stdout - 1: stdout
- 2: stderr - 2: stderr
@ -867,8 +867,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"base", "Image":"base",
"Volumes":null, "Volumes":null,
"VolumesFrom":"", "VolumesFrom":"",
@ -1304,7 +1304,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: Status Codes:

View File

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

View File

@ -678,8 +678,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"centos", "Image":"centos",
"Volumes":null, "Volumes":null,
"VolumesFrom":"" "VolumesFrom":""
@ -1009,7 +1009,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: 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: Status Codes:
@ -724,8 +724,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"centos", "Image":"centos",
"Volumes":null, "Volumes":null,
"VolumesFrom":"", "VolumesFrom":"",
@ -1055,7 +1055,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: 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: Status Codes:
@ -725,8 +725,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"centos", "Image":"centos",
"Volumes":null, "Volumes":null,
"VolumesFrom":"", "VolumesFrom":"",
@ -1067,7 +1067,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: 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: Status Codes:
@ -558,7 +558,7 @@ Attach to the container `id`
`STREAM_TYPE` can be: `STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout) - 0: stdin (will be written on stdout)
- 1: stdout - 1: stdout
- 2: stderr - 2: stderr
@ -832,8 +832,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"base", "Image":"base",
"Volumes":null, "Volumes":null,
"VolumesFrom":"", "VolumesFrom":"",
@ -1163,7 +1163,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: 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: Status Codes:
@ -507,7 +507,7 @@ Attach to the container `id`
`STREAM_TYPE` can be: `STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout) - 0: stdin (will be written on stdout)
- 1: stdout - 1: stdout
- 2: stderr - 2: stderr
@ -751,8 +751,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"base", "Image":"base",
"Volumes":null, "Volumes":null,
"VolumesFrom":"", "VolumesFrom":"",
@ -1112,7 +1112,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
- **run** config automatically applied when the image is run. - **run** config automatically applied when the image is run.
(ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]}) (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: Status Codes:
@ -549,7 +549,7 @@ Attach to the container `id`
`STREAM_TYPE` can be: `STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout) - 0: stdin (will be written on stdout)
- 1: stdout - 1: stdout
- 2: stderr - 2: stderr
@ -793,8 +793,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"base", "Image":"base",
"Volumes":null, "Volumes":null,
"VolumesFrom":"", "VolumesFrom":"",
@ -1157,7 +1157,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
- **run** config automatically applied when the image is run. - **run** config automatically applied when the image is run.
(ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]}) (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: Status Codes:
@ -553,7 +553,7 @@ Attach to the container `id`
`STREAM_TYPE` can be: `STREAM_TYPE` can be:
- 0: stdin (will be writen on stdout) - 0: stdin (will be written on stdout)
- 1: stdout - 1: stdout
- 2: stderr - 2: stderr
@ -797,8 +797,8 @@ Return low-level information on the image `name`
"OpenStdin":true, "OpenStdin":true,
"StdinOnce":false, "StdinOnce":false,
"Env":null, "Env":null,
"Cmd": ["/bin/bash"] "Cmd": ["/bin/bash"],
,"Dns":null, "Dns":null,
"Image":"base", "Image":"base",
"Volumes":null, "Volumes":null,
"VolumesFrom":"", "VolumesFrom":"",
@ -1194,7 +1194,7 @@ Create a new image from a container's changes
- **repo** repository - **repo** repository
- **tag** tag - **tag** tag
- **m** commit message - **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)>") <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
Status Codes: Status Codes: