URL of documentation page is: http://docs.docker.io/en/latest/reference/commandline/cli/#ps
Docker-DCO-1.1-Signed-off-by: Scott Collier <emailscottcollier@gmail.com> (github: scollier)
Adding the new options to the `docker ps` documentation.
URL of documentation page is: http://docs.docker.io/en/latest/reference/commandline/cli/#ps
Docker-DCO-1.1-Signed-off-by: Scott Collier <emailscottcollier@gmail.com> (github: scollier)
Adding CLI options to the commandline reference documentation.
URLs of pages are:
http://docs.docker.io/en/latest/reference/commandline/cli/
Docker-DCO-1.1-Signed-off-by: Scott Collier <emailscottcollier@gmail.com> (github: scollier)
changing indention
Docker-DCO-1.1-Signed-off-by: Scott Collier <emailscottcollier@gmail.com> (github: scollier)
| ... | ... |
@@ -80,7 +80,9 @@ Commands |
| 80 | 80 |
-g, --graph="/var/lib/docker": Path to use as the root of the docker runtime |
| 81 | 81 |
--icc=true: Enable inter-container communication |
| 82 | 82 |
--ip="0.0.0.0": Default IP address to use when binding container ports |
| 83 |
+ --ip-forward=true: Disable enabling of net.ipv4.ip_forward |
|
| 83 | 84 |
--iptables=true: Disable docker's addition of iptables rules |
| 85 |
+ --mtu=0: Set the containers network MTU; if no value is provided: default to the default route MTU or 1500 if not default route is available |
|
| 84 | 86 |
-p, --pidfile="/var/run/docker.pid": Path to use for daemon PID file |
| 85 | 87 |
-r, --restart=true: Restart previously running containers |
| 86 | 88 |
-s, --storage-driver="": Force the docker runtime to use a specific storage driver |
| ... | ... |
@@ -967,6 +969,8 @@ The last container is marked as a ``Ghost`` container. It is a container that wa |
| 967 | 967 |
|
| 968 | 968 |
Pull an image or a repository from the registry |
| 969 | 969 |
|
| 970 |
+ -t, --tag="": Download tagged image in repository |
|
| 971 |
+ |
|
| 970 | 972 |
|
| 971 | 973 |
.. _cli_push: |
| 972 | 974 |
|
| ... | ... |
@@ -1005,6 +1009,7 @@ The last container is marked as a ``Ghost`` container. It is a container that wa |
| 1005 | 1005 |
Remove one or more containers |
| 1006 | 1006 |
-l, --link="": Remove the link instead of the actual container |
| 1007 | 1007 |
-f, --force=false: Force removal of running container |
| 1008 |
+ -v, --volumes=false: Remove the volumes associated to the container |
|
| 1008 | 1009 |
|
| 1009 | 1010 |
Known Issues (rm) |
| 1010 | 1011 |
~~~~~~~~~~~~~~~~~ |