Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
| ... | ... |
@@ -496,5 +496,5 @@ For example you might add something like this: |
| 496 | 496 |
RUN echo moo > oink |
| 497 | 497 |
# Will output something like ===> 695d7793cbe4 |
| 498 | 498 |
|
| 499 |
- # You'll now have two images, 907ad6c2736f with /bar, and 695d7793cbe4 with |
|
| 499 |
+ # You᾿ll now have two images, 907ad6c2736f with /bar, and 695d7793cbe4 with |
|
| 500 | 500 |
# /oink. |
| ... | ... |
@@ -57,7 +57,7 @@ expect an integer, and they can only be specified once. |
| 57 | 57 |
-G, --group="docker": Group to assign the unix socket specified by -H when running in daemon mode; use '' (the empty string) to disable setting of a group |
| 58 | 58 |
--api-enable-cors=false: Enable CORS headers in the remote API |
| 59 | 59 |
-b, --bridge="": Attach containers to a pre-existing network bridge; use 'none' to disable container networking |
| 60 |
- -bip="": Use this CIDR notation address for the network bridge's IP, not compatible with -b |
|
| 60 |
+ -bip="": Use this CIDR notation address for the network bridge᾿s IP, not compatible with -b |
|
| 61 | 61 |
-d, --daemon=false: Enable daemon mode |
| 62 | 62 |
--dns=[]: Force docker to use specific DNS servers |
| 63 | 63 |
--dns-search=[]: Force Docker to use specific DNS search domains |
| ... | ... |
@@ -65,7 +65,7 @@ expect an integer, and they can only be specified once. |
| 65 | 65 |
--icc=true: Enable inter-container communication |
| 66 | 66 |
--ip="0.0.0.0": Default IP address to use when binding container ports |
| 67 | 67 |
--ip-forward=true: Enable net.ipv4.ip_forward |
| 68 |
- --iptables=true: Enable Docker's addition of iptables rules |
|
| 68 |
+ --iptables=true: Enable Docker᾿s addition of iptables rules |
|
| 69 | 69 |
-p, --pidfile="/var/run/docker.pid": Path to use for daemon PID file |
| 70 | 70 |
-r, --restart=true: Restart previously running containers |
| 71 | 71 |
-s, --storage-driver="": Force the docker runtime to use a specific storage driver |
| ... | ... |
@@ -286,7 +286,7 @@ schema. |
| 286 | 286 |
|
| 287 | 287 |
Usage: docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] |
| 288 | 288 |
|
| 289 |
- Create a new image from a container's changes |
|
| 289 |
+ Create a new image from a container᾿s changes |
|
| 290 | 290 |
|
| 291 | 291 |
-m, --message="": Commit message |
| 292 | 292 |
-a, --author="": Author (eg. "John Hannibal Smith <hannibal@a-team.com>" |
| ... | ... |
@@ -323,7 +323,7 @@ maintainable way. |
| 323 | 323 |
|
| 324 | 324 |
Usage: docker diff CONTAINER |
| 325 | 325 |
|
| 326 |
- List the changed files and directories in a container's filesystem |
|
| 326 |
+ List the changed files and directories in a container᾿s filesystem |
|
| 327 | 327 |
|
| 328 | 328 |
There are 3 events that are listed in the ‘diff’: |
| 329 | 329 |
|
| ... | ... |
@@ -408,7 +408,7 @@ For example: |
| 408 | 408 |
|
| 409 | 409 |
Show the history of an image |
| 410 | 410 |
|
| 411 |
- --no-trunc=false: Don't truncate output |
|
| 411 |
+ --no-trunc=false: Don᾿t truncate output |
|
| 412 | 412 |
-q, --quiet=false: Only show numeric IDs |
| 413 | 413 |
|
| 414 | 414 |
To see how the `docker:latest` image was built: |
| ... | ... |
@@ -429,7 +429,7 @@ To see how the `docker:latest` image was built: |
| 429 | 429 |
List images |
| 430 | 430 |
|
| 431 | 431 |
-a, --all=false: Show all images (by default filter out the intermediate image layers) |
| 432 |
- --no-trunc=false: Don't truncate output |
|
| 432 |
+ --no-trunc=false: Don᾿t truncate output |
|
| 433 | 433 |
-q, --quiet=false: Only show numeric IDs |
| 434 | 434 |
|
| 435 | 435 |
The default `docker images` will show all top level |
| ... | ... |
@@ -673,7 +673,7 @@ continue streaming new output from the container’s stdout and stderr. |
| 673 | 673 |
--before="": Show only container created before Id or Name, include non-running ones. |
| 674 | 674 |
-l, --latest=false: Show only the latest created container, include non-running ones. |
| 675 | 675 |
-n=-1: Show n last created containers, include non-running ones. |
| 676 |
- --no-trunc=false: Don't truncate output |
|
| 676 |
+ --no-trunc=false: Don᾿t truncate output |
|
| 677 | 677 |
-q, --quiet=false: Only display numeric IDs |
| 678 | 678 |
-s, --size=false: Display sizes, not to be used with -q |
| 679 | 679 |
--since="": Show only containers created since Id or Name, include non-running ones. |
| ... | ... |
@@ -1104,7 +1104,7 @@ It is used to create a backup that can then be used with |
| 1104 | 1104 |
|
| 1105 | 1105 |
Search the docker index for images |
| 1106 | 1106 |
|
| 1107 |
- --no-trunc=false: Don't truncate output |
|
| 1107 |
+ --no-trunc=false: Don᾿t truncate output |
|
| 1108 | 1108 |
-s, --stars=0: Only displays with at least xxx stars |
| 1109 | 1109 |
-t, --trusted=false: Only show trusted builds |
| 1110 | 1110 |
|
| ... | ... |
@@ -1118,8 +1118,8 @@ more details on finding shared images from the commandline. |
| 1118 | 1118 |
|
| 1119 | 1119 |
Start a stopped container |
| 1120 | 1120 |
|
| 1121 |
- -a, --attach=false: Attach container's stdout/stderr and forward all signals to the process |
|
| 1122 |
- -i, --interactive=false: Attach container's stdin |
|
| 1121 |
+ -a, --attach=false: Attach container᾿s stdout/stderr and forward all signals to the process |
|
| 1122 |
+ -i, --interactive=false: Attach container᾿s stdin |
|
| 1123 | 1123 |
|
| 1124 | 1124 |
## `stop` |
| 1125 | 1125 |
|
| ... | ... |
@@ -1338,8 +1338,8 @@ from the commandline. |
| 1338 | 1338 |
|
| 1339 | 1339 |
Start a stopped container |
| 1340 | 1340 |
|
| 1341 |
- -a, --attach=false: Attach container's stdout/stderr and forward all signals to the process |
|
| 1342 |
- -i, --interactive=false: Attach container's stdin |
|
| 1341 |
+ -a, --attach=false: Attach container᾿s stdout/stderr and forward all signals to the process |
|
| 1342 |
+ -i, --interactive=false: Attach container᾿s stdin |
|
| 1343 | 1343 |
|
| 1344 | 1344 |
.. _cli_stop: |
| 1345 | 1345 |
|
| ... | ... |
@@ -287,7 +287,7 @@ services. The following options work with or override the |
| 287 | 287 |
--expose=[]: Expose a port from the container |
| 288 | 288 |
without publishing it to your host |
| 289 | 289 |
-P=false : Publish all exposed ports to the host interfaces |
| 290 |
- -p=[] : Publish a container's port to the host (format: |
|
| 290 |
+ -p=[] : Publish a container᾿s port to the host (format: |
|
| 291 | 291 |
ip:hostPort:containerPort | ip::containerPort | |
| 292 | 292 |
hostPort:containerPort) |
| 293 | 293 |
(use 'docker port' to see the actual mapping) |
| ... | ... |
@@ -354,7 +354,7 @@ service container. Let’s imagine we have a container running Redis: |
| 354 | 354 |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES |
| 355 | 355 |
4241164edf6f dockerfiles/redis:latest /redis-stable/src/re 5 seconds ago Up 4 seconds 6379/tcp redis-name |
| 356 | 356 |
|
| 357 |
- # Note that there are no public ports exposed since we didn't use -p or -P |
|
| 357 |
+ # Note that there are no public ports exposed since we didn᾿t use -p or -P |
|
| 358 | 358 |
$ docker port 4241164edf6f 6379 |
| 359 | 359 |
2014/01/25 00:55:38 Error: No public port '6379' published for 4241164edf6f |
| 360 | 360 |
|
| ... | ... |
@@ -154,7 +154,7 @@ elsewhere: |
| 154 | 154 |
|
| 155 | 155 |
# create a new data container |
| 156 | 156 |
$ sudo docker run -v /data -name DATA2 busybox true |
| 157 |
- # untar the backup files into the new container's data volume |
|
| 157 |
+ # untar the backup files into the new container᾿s data volume |
|
| 158 | 158 |
$ sudo docker run -rm --volumes-from DATA2 -v $(pwd):/backup busybox tar xvf /backup/backup.tar |
| 159 | 159 |
data/ |
| 160 | 160 |
data/sven.txt |
| ... | ... |
@@ -67,7 +67,7 @@ user name or description: |
| 67 | 67 |
|
| 68 | 68 |
Search the docker index for images |
| 69 | 69 |
|
| 70 |
- -notrunc=false: Don't truncate output |
|
| 70 |
+ -notrunc=false: Don᾿t truncate output |
|
| 71 | 71 |
$ sudo docker search centos |
| 72 | 72 |
Found 25 results matching your query ("centos")
|
| 73 | 73 |
NAME DESCRIPTION |