Browse code

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)

Christian Berendt authored on 2014/06/27 20:32:01
Showing 17 changed files
... ...
@@ -93,7 +93,7 @@ or
93 93
   they omit the executable, an ENTRYPOINT must be specified.
94 94
   When used in the shell or exec formats, the CMD instruction sets the command to
95 95
   be executed when running the image.
96
-  If you use the shell form of of the CMD, the <command> executes in /bin/sh -c:
96
+  If you use the shell form of the CMD, the <command> executes in /bin/sh -c:
97 97
   **FROM ubuntu**
98 98
   **CMD echo "This is a test." | wc -**
99 99
   If you run <command> wihtout a shell, then you must express the command as a
... ...
@@ -14,7 +14,7 @@ Using an existing container's name or ID you can create a new image.
14 14
 
15 15
 # OPTIONS
16 16
 **-a, --author**=""
17
-   Author name. (eg. "John Hannibal Smith <hannibal@a-team.com>"
17
+   Author name. (e.g. "John Hannibal Smith <hannibal@a-team.com>"
18 18
 
19 19
 **-m, --message**=""
20 20
    Commit message
... ...
@@ -13,7 +13,7 @@ docker-run - Run a process in an isolated container
13 13
 [**--link**=*name*:*alias*]
14 14
 [**-e**|**--env**=*environment*] [**--entrypoint**=*command*]
15 15
 [**--expose**=*port*] [**-P**|**--publish-all**[=*false*]]
16
-[**-p**|**--publish**=*port-mappping*] [**-h**|**--hostname**=*hostname*]
16
+[**-p**|**--publish**=*port-mapping*] [**-h**|**--hostname**=*hostname*]
17 17
 [**--rm**[=*false*]] [**--privileged**[=*false*]]
18 18
 [**-i**|**--interactive**[=*false*]]
19 19
 [**-t**|**--tty**[=*false*]] [**--lxc-conf**=*options*]
... ...
@@ -71,7 +71,7 @@ stopping the process by pressing the keys CTRL-P CTRL-Q.
71 71
 **--dns**=*IP-address*
72 72
    Set custom DNS servers. This option can be used to override the DNS
73 73
 configuration passed to the container. Typically this is necessary when the
74
-host DNS configuration is invalid for the container (eg. 127.0.0.1). When this
74
+host DNS configuration is invalid for the container (e.g. 127.0.0.1). When this
75 75
 is the case the **-dns** flags is necessary for every run.
76 76
 
77 77
 
... ...
@@ -605,8 +605,8 @@ Return low-level information on the image `name`
605 605
                              "OpenStdin":true,
606 606
                              "StdinOnce":false,
607 607
                              "Env":null,
608
-                             "Cmd": ["/bin/bash"]
609
-                             ,"Dns":null,
608
+                             "Cmd": ["/bin/bash"],
609
+                             "Dns":null,
610 610
                              "Image":"centos",
611 611
                              "Volumes":null,
612 612
                              "VolumesFrom":""
... ...
@@ -935,7 +935,7 @@ Create a new image from a container's changes
935 935
     -   **repo** – repository
936 936
     -   **tag** – tag
937 937
     -   **m** – commit message
938
-    -   **author** – author (eg. "John Hannibal Smith
938
+    -   **author** – author (e.g. "John Hannibal Smith
939 939
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
940 940
 
941 941
     Status Codes:
... ...
@@ -612,8 +612,8 @@ Return low-level information on the image `name`
612 612
                              "OpenStdin":true,
613 613
                              "StdinOnce":false,
614 614
                              "Env":null,
615
-                             "Cmd": ["/bin/bash"]
616
-                             ,"Dns":null,
615
+                             "Cmd": ["/bin/bash"],
616
+                             "Dns":null,
617 617
                              "Image":"centos",
618 618
                              "Volumes":null,
619 619
                              "VolumesFrom":""
... ...
@@ -946,7 +946,7 @@ Create a new image from a container's changes
946 946
     -   **repo** – repository
947 947
     -   **tag** – tag
948 948
     -   **m** – commit message
949
-    -   **author** – author (eg. "John Hannibal Smith
949
+    -   **author** – author (e.g. "John Hannibal Smith
950 950
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
951 951
 
952 952
     Status Codes:
... ...
@@ -286,7 +286,7 @@ List processes running inside the container `id`
286 286
 
287 287
      
288 288
 
289
-    -   **ps\_args** – ps arguments to use (eg. aux)
289
+    -   **ps\_args** – ps arguments to use (e.g. aux)
290 290
 
291 291
     Status Codes:
292 292
 
... ...
@@ -530,7 +530,7 @@ Attach to the container `id`
530 530
 
531 531
     `STREAM_TYPE` can be:
532 532
 
533
-    -   0: stdin (will be writen on stdout)
533
+    -   0: stdin (will be written on stdout)
534 534
     -   1: stdout
535 535
     -   2: stderr
536 536
 
... ...
@@ -1181,7 +1181,7 @@ Create a new image from a container's changes
1181 1181
     -   **repo** – repository
1182 1182
     -   **tag** – tag
1183 1183
     -   **m** – commit message
1184
-    -   **author** – author (eg. "John Hannibal Smith
1184
+    -   **author** – author (e.g. "John Hannibal Smith
1185 1185
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1186 1186
 
1187 1187
     Status Codes:
... ...
@@ -290,7 +290,7 @@ List processes running inside the container `id`
290 290
 
291 291
      
292 292
 
293
-    -   **ps_args** – ps arguments to use (eg. aux)
293
+    -   **ps_args** – ps arguments to use (e.g. aux)
294 294
 
295 295
     Status Codes:
296 296
 
... ...
@@ -570,7 +570,7 @@ Attach to the container `id`
570 570
 
571 571
     `STREAM_TYPE` can be:
572 572
 
573
-    -   0: stdin (will be writen on stdout)
573
+    -   0: stdin (will be written on stdout)
574 574
     -   1: stdout
575 575
     -   2: stderr
576 576
 
... ...
@@ -791,8 +791,8 @@ Return low-level information on the image `name`
791 791
                              "OpenStdin":true,
792 792
                              "StdinOnce":false,
793 793
                              "Env":null,
794
-                             "Cmd": ["/bin/bash"]
795
-                             ,"Dns":null,
794
+                             "Cmd": ["/bin/bash"],
795
+                             "Dns":null,
796 796
                              "Image":"base",
797 797
                              "Volumes":null,
798 798
                              "VolumesFrom":"",
... ...
@@ -1223,7 +1223,7 @@ Create a new image from a container's changes
1223 1223
     -   **repo** – repository
1224 1224
     -   **tag** – tag
1225 1225
     -   **m** – commit message
1226
-    -   **author** – author (eg. "John Hannibal Smith
1226
+    -   **author** – author (e.g. "John Hannibal Smith
1227 1227
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1228 1228
 
1229 1229
     Status Codes:
... ...
@@ -290,7 +290,7 @@ List processes running inside the container `id`
290 290
 
291 291
      
292 292
 
293
-    -   **ps_args** – ps arguments to use (eg. aux)
293
+    -   **ps_args** – ps arguments to use (e.g. aux)
294 294
 
295 295
     Status Codes:
296 296
 
... ...
@@ -611,7 +611,7 @@ Attach to the container `id`
611 611
 
612 612
     `STREAM_TYPE` can be:
613 613
 
614
-    -   0: stdin (will be writen on stdout)
614
+    -   0: stdin (will be written on stdout)
615 615
     -   1: stdout
616 616
     -   2: stderr
617 617
 
... ...
@@ -865,8 +865,8 @@ Return low-level information on the image `name`
865 865
                              "OpenStdin":true,
866 866
                              "StdinOnce":false,
867 867
                              "Env":null,
868
-                             "Cmd": ["/bin/bash"]
869
-                             ,"Dns":null,
868
+                             "Cmd": ["/bin/bash"],
869
+                             "Dns":null,
870 870
                              "Image":"base",
871 871
                              "Volumes":null,
872 872
                              "VolumesFrom":"",
... ...
@@ -1301,7 +1301,7 @@ Create a new image from a container's changes
1301 1301
     -   **repo** – repository
1302 1302
     -   **tag** – tag
1303 1303
     -   **m** – commit message
1304
-    -   **author** – author (eg. "John Hannibal Smith
1304
+    -   **author** – author (e.g. "John Hannibal Smith
1305 1305
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1306 1306
 
1307 1307
     Status Codes:
... ...
@@ -290,7 +290,7 @@ List processes running inside the container `id`
290 290
 
291 291
      
292 292
 
293
-    -   **ps_args** – ps arguments to use (eg. aux)
293
+    -   **ps_args** – ps arguments to use (e.g. aux)
294 294
 
295 295
     Status Codes:
296 296
 
... ...
@@ -613,7 +613,7 @@ Attach to the container `id`
613 613
 
614 614
     `STREAM_TYPE` can be:
615 615
 
616
-    -   0: stdin (will be writen on stdout)
616
+    -   0: stdin (will be written on stdout)
617 617
     -   1: stdout
618 618
     -   2: stderr
619 619
 
... ...
@@ -867,8 +867,8 @@ Return low-level information on the image `name`
867 867
                              "OpenStdin":true,
868 868
                              "StdinOnce":false,
869 869
                              "Env":null,
870
-                             "Cmd": ["/bin/bash"]
871
-                             ,"Dns":null,
870
+                             "Cmd": ["/bin/bash"],
871
+                             "Dns":null,
872 872
                              "Image":"base",
873 873
                              "Volumes":null,
874 874
                              "VolumesFrom":"",
... ...
@@ -1304,7 +1304,7 @@ Create a new image from a container's changes
1304 1304
     -   **repo** – repository
1305 1305
     -   **tag** – tag
1306 1306
     -   **m** – commit message
1307
-    -   **author** – author (eg. "John Hannibal Smith
1307
+    -   **author** – author (e.g. "John Hannibal Smith
1308 1308
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1309 1309
 
1310 1310
     Status Codes:
... ...
@@ -628,8 +628,8 @@ Return low-level information on the image `name`
628 628
                              "OpenStdin":true,
629 629
                              "StdinOnce":false,
630 630
                              "Env":null,
631
-                             "Cmd": ["/bin/bash"]
632
-                             ,"Dns":null,
631
+                             "Cmd": ["/bin/bash"],
632
+                             "Dns":null,
633 633
                              "Image":"centos",
634 634
                              "Volumes":null,
635 635
                              "VolumesFrom":""
... ...
@@ -959,7 +959,7 @@ Create a new image from a container's changes
959 959
     -   **repo** – repository
960 960
     -   **tag** – tag
961 961
     -   **m** – commit message
962
-    -   **author** – author (eg. "John Hannibal Smith
962
+    -   **author** – author (e.g. "John Hannibal Smith
963 963
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
964 964
 
965 965
     Status Codes:
... ...
@@ -678,8 +678,8 @@ Return low-level information on the image `name`
678 678
                              "OpenStdin":true,
679 679
                              "StdinOnce":false,
680 680
                              "Env":null,
681
-                             "Cmd": ["/bin/bash"]
682
-                             ,"Dns":null,
681
+                             "Cmd": ["/bin/bash"],
682
+                             "Dns":null,
683 683
                              "Image":"centos",
684 684
                              "Volumes":null,
685 685
                              "VolumesFrom":""
... ...
@@ -1009,7 +1009,7 @@ Create a new image from a container's changes
1009 1009
     -   **repo** – repository
1010 1010
     -   **tag** – tag
1011 1011
     -   **m** – commit message
1012
-    -   **author** – author (eg. "John Hannibal Smith
1012
+    -   **author** – author (e.g. "John Hannibal Smith
1013 1013
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1014 1014
 
1015 1015
     Status Codes:
... ...
@@ -264,7 +264,7 @@ List processes running inside the container `id`
264 264
 
265 265
      
266 266
 
267
-    -   **ps_args** – ps arguments to use (eg. aux)
267
+    -   **ps_args** – ps arguments to use (e.g. aux)
268 268
 
269 269
     Status Codes:
270 270
 
... ...
@@ -724,8 +724,8 @@ Return low-level information on the image `name`
724 724
                              "OpenStdin":true,
725 725
                              "StdinOnce":false,
726 726
                              "Env":null,
727
-                             "Cmd": ["/bin/bash"]
728
-                             ,"Dns":null,
727
+                             "Cmd": ["/bin/bash"],
728
+                             "Dns":null,
729 729
                              "Image":"centos",
730 730
                              "Volumes":null,
731 731
                              "VolumesFrom":"",
... ...
@@ -1055,7 +1055,7 @@ Create a new image from a container's changes
1055 1055
     -   **repo** – repository
1056 1056
     -   **tag** – tag
1057 1057
     -   **m** – commit message
1058
-    -   **author** – author (eg. "John Hannibal Smith
1058
+    -   **author** – author (e.g. "John Hannibal Smith
1059 1059
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1060 1060
 
1061 1061
     Status Codes:
... ...
@@ -261,7 +261,7 @@ List processes running inside the container `id`
261 261
 
262 262
      
263 263
 
264
-    -   **ps_args** – ps arguments to use (eg. aux)
264
+    -   **ps_args** – ps arguments to use (e.g. aux)
265 265
 
266 266
     Status Codes:
267 267
 
... ...
@@ -725,8 +725,8 @@ Return low-level information on the image `name`
725 725
               "OpenStdin":true,
726 726
               "StdinOnce":false,
727 727
               "Env":null,
728
-              "Cmd": ["/bin/bash"]
729
-              ,"Dns":null,
728
+              "Cmd": ["/bin/bash"],
729
+              "Dns":null,
730 730
               "Image":"centos",
731 731
               "Volumes":null,
732 732
               "VolumesFrom":"",
... ...
@@ -1067,7 +1067,7 @@ Create a new image from a container's changes
1067 1067
     -   **repo** – repository
1068 1068
     -   **tag** – tag
1069 1069
     -   **m** – commit message
1070
-    -   **author** – author (eg. "John Hannibal Smith
1070
+    -   **author** – author (e.g. "John Hannibal Smith
1071 1071
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1072 1072
 
1073 1073
     Status Codes:
... ...
@@ -311,7 +311,7 @@ List processes running inside the container `id`
311 311
 
312 312
      
313 313
 
314
-    -   **ps_args** – ps arguments to use (eg. aux)
314
+    -   **ps_args** – ps arguments to use (e.g. aux)
315 315
 
316 316
     Status Codes:
317 317
 
... ...
@@ -558,7 +558,7 @@ Attach to the container `id`
558 558
 
559 559
     `STREAM_TYPE` can be:
560 560
 
561
-    -   0: stdin (will be writen on stdout)
561
+    -   0: stdin (will be written on stdout)
562 562
     -   1: stdout
563 563
     -   2: stderr
564 564
 
... ...
@@ -832,8 +832,8 @@ Return low-level information on the image `name`
832 832
                              "OpenStdin":true,
833 833
                              "StdinOnce":false,
834 834
                              "Env":null,
835
-                             "Cmd": ["/bin/bash"]
836
-                             ,"Dns":null,
835
+                             "Cmd": ["/bin/bash"],
836
+                             "Dns":null,
837 837
                              "Image":"base",
838 838
                              "Volumes":null,
839 839
                              "VolumesFrom":"",
... ...
@@ -1163,7 +1163,7 @@ Create a new image from a container's changes
1163 1163
     -   **repo** – repository
1164 1164
     -   **tag** – tag
1165 1165
     -   **m** – commit message
1166
-    -   **author** – author (eg. "John Hannibal Smith
1166
+    -   **author** – author (e.g. "John Hannibal Smith
1167 1167
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1168 1168
 
1169 1169
     Status Codes:
... ...
@@ -267,7 +267,7 @@ List processes running inside the container `id`
267 267
 
268 268
      
269 269
 
270
-    -   **ps_args** – ps arguments to use (eg. aux)
270
+    -   **ps_args** – ps arguments to use (e.g. aux)
271 271
 
272 272
     Status Codes:
273 273
 
... ...
@@ -507,7 +507,7 @@ Attach to the container `id`
507 507
 
508 508
     `STREAM_TYPE` can be:
509 509
 
510
-    -   0: stdin (will be writen on stdout)
510
+    -   0: stdin (will be written on stdout)
511 511
     -   1: stdout
512 512
     -   2: stderr
513 513
 
... ...
@@ -751,8 +751,8 @@ Return low-level information on the image `name`
751 751
                              "OpenStdin":true,
752 752
                              "StdinOnce":false,
753 753
                              "Env":null,
754
-                             "Cmd": ["/bin/bash"]
755
-                             ,"Dns":null,
754
+                             "Cmd": ["/bin/bash"],
755
+                             "Dns":null,
756 756
                              "Image":"base",
757 757
                              "Volumes":null,
758 758
                              "VolumesFrom":"",
... ...
@@ -1112,7 +1112,7 @@ Create a new image from a container's changes
1112 1112
     -   **repo** – repository
1113 1113
     -   **tag** – tag
1114 1114
     -   **m** – commit message
1115
-    -   **author** – author (eg. "John Hannibal Smith
1115
+    -   **author** – author (e.g. "John Hannibal Smith
1116 1116
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1117 1117
     -   **run** – config automatically applied when the image is run.
1118 1118
         (ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]})
... ...
@@ -303,7 +303,7 @@ List processes running inside the container `id`
303 303
 
304 304
      
305 305
 
306
-    -   **ps_args** – ps arguments to use (eg. aux)
306
+    -   **ps_args** – ps arguments to use (e.g. aux)
307 307
 
308 308
     Status Codes:
309 309
 
... ...
@@ -549,7 +549,7 @@ Attach to the container `id`
549 549
 
550 550
     `STREAM_TYPE` can be:
551 551
 
552
-    -   0: stdin (will be writen on stdout)
552
+    -   0: stdin (will be written on stdout)
553 553
     -   1: stdout
554 554
     -   2: stderr
555 555
 
... ...
@@ -793,8 +793,8 @@ Return low-level information on the image `name`
793 793
                              "OpenStdin":true,
794 794
                              "StdinOnce":false,
795 795
                              "Env":null,
796
-                             "Cmd": ["/bin/bash"]
797
-                             ,"Dns":null,
796
+                             "Cmd": ["/bin/bash"],
797
+                             "Dns":null,
798 798
                              "Image":"base",
799 799
                              "Volumes":null,
800 800
                              "VolumesFrom":"",
... ...
@@ -1157,7 +1157,7 @@ Create a new image from a container's changes
1157 1157
     -   **repo** – repository
1158 1158
     -   **tag** – tag
1159 1159
     -   **m** – commit message
1160
-    -   **author** – author (eg. "John Hannibal Smith
1160
+    -   **author** – author (e.g. "John Hannibal Smith
1161 1161
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1162 1162
     -   **run** – config automatically applied when the image is run.
1163 1163
         (ex: {"Cmd": ["cat", "/world"], "PortSpecs":["22"]})
... ...
@@ -303,7 +303,7 @@ List processes running inside the container `id`
303 303
 
304 304
      
305 305
 
306
-    -   **ps_args** – ps arguments to use (eg. aux)
306
+    -   **ps_args** – ps arguments to use (e.g. aux)
307 307
 
308 308
     Status Codes:
309 309
 
... ...
@@ -553,7 +553,7 @@ Attach to the container `id`
553 553
 
554 554
     `STREAM_TYPE` can be:
555 555
 
556
-    -   0: stdin (will be writen on stdout)
556
+    -   0: stdin (will be written on stdout)
557 557
     -   1: stdout
558 558
     -   2: stderr
559 559
 
... ...
@@ -797,8 +797,8 @@ Return low-level information on the image `name`
797 797
                              "OpenStdin":true,
798 798
                              "StdinOnce":false,
799 799
                              "Env":null,
800
-                             "Cmd": ["/bin/bash"]
801
-                             ,"Dns":null,
800
+                             "Cmd": ["/bin/bash"],
801
+                             "Dns":null,
802 802
                              "Image":"base",
803 803
                              "Volumes":null,
804 804
                              "VolumesFrom":"",
... ...
@@ -1194,7 +1194,7 @@ Create a new image from a container's changes
1194 1194
     -   **repo** – repository
1195 1195
     -   **tag** – tag
1196 1196
     -   **m** – commit message
1197
-    -   **author** – author (eg. "John Hannibal Smith
1197
+    -   **author** – author (e.g. "John Hannibal Smith
1198 1198
         <[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
1199 1199
 
1200 1200
     Status Codes: