Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)
| ... | ... |
@@ -527,7 +527,7 @@ For example: |
| 527 | 527 |
Show the history of an image |
| 528 | 528 |
|
| 529 | 529 |
--no-trunc=false: Don't truncate output |
| 530 |
- -q, --quiet=false: only show numeric IDs |
|
| 530 |
+ -q, --quiet=false: Only show numeric IDs |
|
| 531 | 531 |
|
| 532 | 532 |
To see how the ``docker:latest`` image was built: |
| 533 | 533 |
|
| ... | ... |
@@ -574,11 +574,11 @@ To see how the ``docker:latest`` image was built: |
| 574 | 574 |
|
| 575 | 575 |
List images |
| 576 | 576 |
|
| 577 |
- -a, --all=false: show all images (by default filter out the intermediate images used to build) |
|
| 577 |
+ -a, --all=false: Show all images (by default filter out the intermediate images used to build) |
|
| 578 | 578 |
--no-trunc=false: Don't truncate output |
| 579 |
- -q, --quiet=false: only show numeric IDs |
|
| 580 |
- --tree=false: output graph in tree format |
|
| 581 |
- --viz=false: output graph in graphviz format |
|
| 579 |
+ -q, --quiet=false: Only show numeric IDs |
|
| 580 |
+ --tree=false: Output graph in tree format |
|
| 581 |
+ --viz=false: Output graph in graphviz format |
|
| 582 | 582 |
|
| 583 | 583 |
Listing the most recently created images |
| 584 | 584 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| ... | ... |
@@ -874,9 +874,9 @@ Known Issues (kill) |
| 874 | 874 |
|
| 875 | 875 |
Register or Login to the docker registry server |
| 876 | 876 |
|
| 877 |
- -e, --email="": email |
|
| 878 |
- -p, --password="": password |
|
| 879 |
- -u, --username="": username |
|
| 877 |
+ -e, --email="": Email |
|
| 878 |
+ -p, --password="": Password |
|
| 879 |
+ -u, --username="": Username |
|
| 880 | 880 |
|
| 881 | 881 |
If you want to login to a private registry you can |
| 882 | 882 |
specify this by adding the server name. |