Browse code

remove =false from options that default to false in the docs

This re-aligns the docs with what the cmd line now does.

Signed-off-by: Doug Davis <dug@us.ibm.com>

Doug Davis authored on 2015/12/23 23:37:06
Showing 69 changed files
... ...
@@ -14,8 +14,8 @@ parent = "smn_cli"
14 14
 
15 15
     Attach to a running container
16 16
 
17
-      --help=false        Print usage
18
-      --no-stdin=false    Do not attach STDIN
17
+      --help              Print usage
18
+      --no-stdin          Do not attach STDIN
19 19
       --sig-proxy=true    Proxy all received signals to the process
20 20
 
21 21
 The `docker attach` command allows you to attach to a running container using
... ...
@@ -23,14 +23,14 @@ parent = "smn_cli"
23 23
       --cpuset-mems=""                MEMs in which to allow execution, e.g. `0-3`, `0,1`
24 24
       --disable-content-trust=true    Skip image verification
25 25
       -f, --file=""                   Name of the Dockerfile (Default is 'PATH/Dockerfile')
26
-      --force-rm=false                Always remove intermediate containers
27
-      --help=false                    Print usage
26
+      --force-rm                      Always remove intermediate containers
27
+      --help                          Print usage
28 28
       --isolation=""                  Container isolation technology
29 29
       -m, --memory=""                 Memory limit for all build containers
30 30
       --memory-swap=""                Total memory (memory + swap), `-1` to disable swap
31
-      --no-cache=false                Do not use cache when building the image
32
-      --pull=false                    Always attempt to pull a newer version of the image
33
-      -q, --quiet=false               Suppress the build output and print image ID on success
31
+      --no-cache                      Do not use cache when building the image
32
+      --pull                          Always attempt to pull a newer version of the image
33
+      -q, --quiet                     Suppress the build output and print image ID on success
34 34
       --rm=true                       Remove intermediate containers after a successful build
35 35
       --shm-size=[]                   Size of `/dev/shm`. The format is `<number><unit>`. `number` must be greater than `0`.  Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes), or `g` (gigabytes). If you omit the unit, the system uses bytes. If you omit the size entirely, the system uses `64m`.
36 36
       -t, --tag=[]                    Name and optionally a tag in the 'name:tag' format
... ...
@@ -16,7 +16,7 @@ parent = "smn_cli"
16 16
 
17 17
       -a, --author=""     Author (e.g., "John Hannibal Smith <hannibal@a-team.com>")
18 18
       -c, --change=[]     Apply specified Dockerfile instructions while committing the image
19
-      --help=false        Print usage
19
+      --help              Print usage
20 20
       -m, --message=""    Commit message
21 21
       -p, --pause=true    Pause container during commit
22 22
 
... ...
@@ -15,8 +15,8 @@ parent = "smn_cli"
15 15
 
16 16
     Copy files/folders between a container and the local filesystem
17 17
 
18
-      -L, --follow-link=false    Always follow symbol link in SRC_PATH
19
-      --help=false               Print usage
18
+      -L, --follow-link          Always follow symbol link in SRC_PATH
19
+      --help                     Print usage
20 20
 
21 21
 The `docker cp` utility copies the contents of `SRC_PATH` to the `DEST_PATH`.
22 22
 You can copy from the container's file system to the local machine or the
... ...
@@ -44,8 +44,8 @@ Creates a new container.
44 44
       --expose=[]                   Expose a port or a range of ports
45 45
       --group-add=[]                Add additional groups to join
46 46
       -h, --hostname=""             Container host name
47
-      --help=false                  Print usage
48
-      -i, --interactive=false       Keep STDIN open even if not attached
47
+      --help                        Print usage
48
+      -i, --interactive             Keep STDIN open even if not attached
49 49
       --ipc=""                      IPC namespace to use
50 50
       --isolation=""                Container isolation technology
51 51
       --kernel-memory=""            Kernel memory limit
... ...
@@ -66,18 +66,18 @@ Creates a new container.
66 66
                                     'container:<name|id>': reuse another container's network stack
67 67
                                     'host': use the Docker host network stack
68 68
                                     '<network-name>|<network-id>': connect to a user-defined network
69
-      --oom-kill-disable=false      Whether to disable OOM Killer for the container or not
69
+      --oom-kill-disable            Whether to disable OOM Killer for the container or not
70 70
       --oom-score-adj=0             Tune the host's OOM preferences for containers (accepts -1000 to 1000)
71
-      -P, --publish-all=false       Publish all exposed ports to random ports
71
+      -P, --publish-all             Publish all exposed ports to random ports
72 72
       -p, --publish=[]              Publish a container's port(s) to the host
73 73
       --pid=""                      PID namespace to use
74
-      --privileged=false            Give extended privileges to this container
75
-      --read-only=false             Mount the container's root filesystem as read only
74
+      --privileged                  Give extended privileges to this container
75
+      --read-only                   Mount the container's root filesystem as read only
76 76
       --restart="no"                Restart policy (no, on-failure[:max-retry], always, unless-stopped)
77 77
       --security-opt=[]             Security options
78 78
       --stop-signal="SIGTERM"       Signal to stop a container
79 79
       --shm-size=[]                 Size of `/dev/shm`. The format is `<number><unit>`. `number` must be greater than `0`.  Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes), or `g` (gigabytes). If you omit the unit, the system uses bytes. If you omit the size entirely, the system uses `64m`.
80
-      -t, --tty=false               Allocate a pseudo-TTY
80
+      -t, --tty                     Allocate a pseudo-TTY
81 81
       -u, --user=""                 Username or UID
82 82
       --ulimit=[]                   Ulimit options
83 83
       --uts=""                      UTS namespace to use
... ...
@@ -20,7 +20,7 @@ weight = -1
20 20
       --authz-plugin=[]                     Set authorization plugins to load
21 21
       -b, --bridge=""                        Attach containers to a network bridge
22 22
       --bip=""                               Specify network bridge IP
23
-      -D, --debug=false                      Enable debug mode
23
+      -D, --debug                            Enable debug mode
24 24
       --default-gateway=""                   Container default gateway IPv4 address
25 25
       --default-gateway-v6=""                Container default gateway IPv6 address
26 26
       --cluster-store=""                     URL of the distributed storage backend
... ...
@@ -37,30 +37,30 @@ weight = -1
37 37
       -G, --group="docker"                   Group for the unix socket
38 38
       -g, --graph="/var/lib/docker"          Root of the Docker runtime
39 39
       -H, --host=[]                          Daemon socket(s) to connect to
40
-      --help=false                           Print usage
40
+      --help                                 Print usage
41 41
       --icc=true                             Enable inter-container communication
42 42
       --insecure-registry=[]                 Enable insecure registry communication
43 43
       --ip=0.0.0.0                           Default IP when binding container ports
44 44
       --ip-forward=true                      Enable net.ipv4.ip_forward
45 45
       --ip-masq=true                         Enable IP masquerading
46 46
       --iptables=true                        Enable addition of iptables rules
47
-      --ipv6=false                           Enable IPv6 networking
47
+      --ipv6                                 Enable IPv6 networking
48 48
       -l, --log-level="info"                 Set the logging level
49 49
       --label=[]                             Set key=value labels to the daemon
50 50
       --log-driver="json-file"               Default driver for container logs
51 51
       --log-opt=[]                           Log driver specific options
52 52
       --mtu=0                                Set the containers network MTU
53
-      --disable-legacy-registry=false        Do not contact legacy registries
53
+      --disable-legacy-registry              Do not contact legacy registries
54 54
       -p, --pidfile="/var/run/docker.pid"    Path to use for daemon PID file
55 55
       --registry-mirror=[]                   Preferred Docker registry mirror
56 56
       -s, --storage-driver=""                Storage driver to use
57
-      --selinux-enabled=false                Enable selinux support
57
+      --selinux-enabled                      Enable selinux support
58 58
       --storage-opt=[]                       Set storage driver options
59
-      --tls=false                            Use TLS; implied by --tlsverify
59
+      --tls                                  Use TLS; implied by --tlsverify
60 60
       --tlscacert="~/.docker/ca.pem"         Trust certs signed only by this CA
61 61
       --tlscert="~/.docker/cert.pem"         Path to TLS certificate file
62 62
       --tlskey="~/.docker/key.pem"           Path to TLS key file
63
-      --tlsverify=false                      Use TLS and verify the remote
63
+      --tlsverify                            Use TLS and verify the remote
64 64
       --userland-proxy=true                  Use userland proxy for loopback traffic
65 65
 
66 66
 Options with [] may be specified multiple times.
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Inspect changes on a container's filesystem
16 16
 
17
-      --help=false        Print usage
17
+      --help              Print usage
18 18
 
19 19
 List the changed files and directories in a container᾿s filesystem
20 20
  There are 3 events that are listed in the `diff`:
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
     Get real time events from the server
16 16
 
17 17
       -f, --filter=[]    Filter output based on conditions provided
18
-      --help=false       Print usage
18
+      --help             Print usage
19 19
       --since=""         Show all events created since timestamp
20 20
       --until=""         Stream events until this timestamp
21 21
 
... ...
@@ -14,11 +14,11 @@ parent = "smn_cli"
14 14
 
15 15
     Run a command in a running container
16 16
 
17
-      -d, --detach=false         Detached mode: run command in the background
18
-      --help=false               Print usage
19
-      -i, --interactive=false    Keep STDIN open even if not attached
20
-      --privileged=false         Give extended Linux capabilities to the command
21
-      -t, --tty=false            Allocate a pseudo-TTY
17
+      -d, --detach               Detached mode: run command in the background
18
+      --help                     Print usage
19
+      -i, --interactive          Keep STDIN open even if not attached
20
+      --privileged               Give extended Linux capabilities to the command
21
+      -t, --tty                  Allocate a pseudo-TTY
22 22
       -u, --user=                Username or UID (format: <name|uid>[:<group|gid>])
23 23
 
24 24
 The `docker exec` command runs a new command in a running container.
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Export the contents of a container's filesystem as a tar archive
16 16
 
17
-      --help=false       Print usage
17
+      --help             Print usage
18 18
       -o, --output=""    Write to a file, instead of STDOUT
19 19
 
20 20
 The `docker export` command does not export the contents of volumes associated
... ...
@@ -15,9 +15,9 @@ parent = "smn_cli"
15 15
     Show the history of an image
16 16
 
17 17
       -H, --human=true     Print sizes and dates in human readable format
18
-      --help=false         Print usage
19
-      --no-trunc=false     Don't truncate output
20
-      -q, --quiet=false    Only show numeric IDs
18
+      --help               Print usage
19
+      --no-trunc           Don't truncate output
20
+      -q, --quiet          Only show numeric IDs
21 21
 
22 22
 To see how the `docker:latest` image was built:
23 23
 
... ...
@@ -14,12 +14,12 @@ parent = "smn_cli"
14 14
 
15 15
     List images
16 16
 
17
-      -a, --all=false      Show all images (default hides intermediate images)
18
-      --digests=false      Show digests
17
+      -a, --all            Show all images (default hides intermediate images)
18
+      --digests            Show digests
19 19
       -f, --filter=[]      Filter output based on conditions provided
20
-      --help=false         Print usage
21
-      --no-trunc=false     Don't truncate output
22
-      -q, --quiet=false    Only show numeric IDs
20
+      --help               Print usage
21
+      --no-trunc           Don't truncate output
22
+      -q, --quiet          Only show numeric IDs
23 23
 
24 24
 The default `docker images` will show all top level
25 25
 images, their repository and tags, and their virtual size.
... ...
@@ -17,7 +17,7 @@ parent = "smn_cli"
17 17
 	optionally tag it.
18 18
 
19 19
       -c, --change=[]     Apply specified Dockerfile instructions while importing the image
20
-      --help=false        Print usage
20
+      --help              Print usage
21 21
       -m, --message=      Set commit message for imported image
22 22
 
23 23
 You can specify a `URL` or `-` (dash) to take data directly from `STDIN`. The
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
 
16 16
     Display system-wide information
17 17
 
18
-      --help=false        Print usage
18
+      --help              Print usage
19 19
 
20 20
 For example:
21 21
 
... ...
@@ -15,10 +15,10 @@ parent = "smn_cli"
15 15
     Return low-level information on a container or image
16 16
 
17 17
       -f, --format=""         Format the output using the given go template
18
-      --help=false            Print usage
18
+      --help                  Print usage
19 19
       --type=container|image  Return JSON for specified type, permissible
20 20
                               values are "image" or "container"
21
-      -s, --size=false        Display total file sizes if the type is container
21
+      -s, --size              Display total file sizes if the type is container
22 22
 
23 23
 By default, this will render all results in a JSON array. If a format is
24 24
 specified, the given template will be executed for each result.
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Kill a running container using SIGKILL or a specified signal
16 16
 
17
-      --help=false           Print usage
17
+      --help                 Print usage
18 18
       -s, --signal="KILL"    Signal to send to the container
19 19
 
20 20
 The main process inside the container will be sent `SIGKILL`, or any
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Load an image from a tar archive or STDIN
16 16
 
17
-      --help=false       Print usage
17
+      --help             Print usage
18 18
       -i, --input=""     Read from a tar archive file, instead of STDIN. The tarball may be compressed with gzip, bzip, or xz
19 19
 
20 20
 Loads a tarred repository from a file or the standard input stream.
... ...
@@ -16,7 +16,7 @@ parent = "smn_cli"
16 16
 	specified "https://index.docker.io/v1/" is the default.
17 17
 
18 18
       -e, --email=""       Email
19
-      --help=false         Print usage
19
+      --help               Print usage
20 20
       -p, --password=""    Password
21 21
       -u, --username=""    Username
22 22
 
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
     Log out from a Docker registry, if no server is
16 16
 	specified "https://index.docker.io/v1/" is the default.
17 17
 
18
-      --help=false    Print usage
18
+      --help          Print usage
19 19
 
20 20
 For example:
21 21
 
... ...
@@ -14,10 +14,10 @@ parent = "smn_cli"
14 14
 
15 15
     Fetch the logs of a container
16 16
 
17
-      -f, --follow=false        Follow log output
18
-      --help=false              Print usage
17
+      -f, --follow              Follow log output
18
+      --help                    Print usage
19 19
       --since=""                Show logs since timestamp
20
-      -t, --timestamps=false    Show timestamps
20
+      -t, --timestamps          Show timestamps
21 21
       --tail="all"              Number of lines to show from the end of the logs
22 22
 
23 23
 > **Note**: this command is available only for containers with `json-file` and
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Connects a container to a network
16 16
 
17
-      --help=false       Print usage
17
+      --help             Print usage
18 18
 
19 19
 Connects a running container to a network. You can connect a container by name
20 20
 or by ID. Once connected, the container can communicate with other containers in
... ...
@@ -17,7 +17,7 @@ parent = "smn_cli"
17 17
     --aux-address=map[]      Auxiliary ipv4 or ipv6 addresses used by network driver
18 18
     -d --driver=DRIVER       Driver to manage the Network bridge or overlay. The default is bridge.
19 19
     --gateway=[]             ipv4 or ipv6 Gateway for the master subnet
20
-    --help=false             Print usage
20
+    --help                   Print usage
21 21
     --ip-range=[]            Allocate container ip from a sub-range
22 22
     --ipam-driver=default    IP Address Management Driver
23 23
     -o --opt=map[]           Set custom network plugin options
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Disconnects a container from a network
16 16
 
17
-      --help=false       Print usage
17
+      --help             Print usage
18 18
 
19 19
 Disconnects a container from a network. The container must be running to disconnect it from the network.
20 20
 
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
     Displays detailed information on a network
16 16
 
17 17
       -f, --format=       Format the output using the given go template.
18
-      --help=false       Print usage
18
+      --help             Print usage
19 19
 
20 20
 Returns information about one or more networks. By default, this command renders all results in a JSON object. For example, if you connect two containers to a network:
21 21
 
... ...
@@ -14,9 +14,9 @@ parent = "smn_cli"
14 14
 
15 15
     Lists all the networks created by the user
16 16
       -f, --filter=[]       Filter output based on conditions provided
17
-      --help=false          Print usage
18
-      --no-trunc=false      Do not truncate the output
19
-      -q, --quiet=false     Only display numeric IDs
17
+      --help                Print usage
18
+      --no-trunc            Do not truncate the output
19
+      -q, --quiet           Only display numeric IDs
20 20
 
21 21
 Lists all the networks the Engine `daemon` knows about. This includes the
22 22
 networks that span across multiple hosts in a cluster, for example:
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Deletes one or more networks
16 16
 
17
-      --help=false       Print usage
17
+      --help             Print usage
18 18
 
19 19
 Removes one or more networks by name or identifier. To remove a network,
20 20
 you must first disconnect any containers connected to it.
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Pause all processes within a container
16 16
 
17
-      --help=false    Print usage
17
+      --help          Print usage
18 18
 
19 19
 The `docker pause` command uses the cgroups freezer to suspend all processes in
20 20
 a container. Traditionally, when suspending a process the `SIGSTOP` signal is
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
     List port mappings for the CONTAINER, or lookup the public-facing port that is
16 16
 	NAT-ed to the PRIVATE_PORT
17 17
 
18
-      --help=false    Print usage
18
+      --help          Print usage
19 19
 
20 20
 You can find out all the ports mapped by not specifying a `PRIVATE_PORT`, or
21 21
 just a specific mapping:
... ...
@@ -14,15 +14,15 @@ parent = "smn_cli"
14 14
 
15 15
     List containers
16 16
 
17
-      -a, --all=false       Show all containers (default shows just running)
17
+      -a, --all             Show all containers (default shows just running)
18 18
       -f, --filter=[]       Filter output based on conditions provided
19 19
       --format=[]           Pretty-print containers using a Go template
20
-      --help=false          Print usage
21
-      -l, --latest=false    Show the latest created container (includes all states)
20
+      --help                Print usage
21
+      -l, --latest          Show the latest created container (includes all states)
22 22
       -n=-1                 Show n last created containers (includes all states)
23
-      --no-trunc=false      Don't truncate output
24
-      -q, --quiet=false     Only display numeric IDs
25
-      -s, --size=false      Display total file sizes
23
+      --no-trunc            Don't truncate output
24
+      -q, --quiet           Only display numeric IDs
25
+      -s, --size            Display total file sizes
26 26
 
27 27
 Running `docker ps --no-trunc` showing 2 linked containers.
28 28
 
... ...
@@ -14,9 +14,9 @@ parent = "smn_cli"
14 14
 
15 15
     Pull an image or a repository from the registry
16 16
 
17
-      -a, --all-tags=false          Download all tagged images in the repository
17
+      -a, --all-tags                Download all tagged images in the repository
18 18
       --disable-content-trust=true  Skip image verification
19
-      --help=false                  Print usage
19
+      --help                        Print usage
20 20
 
21 21
 Most of your images will be created on top of a base image from the
22 22
 [Docker Hub](https://hub.docker.com) registry.
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
     Push an image or a repository to the registry
16 16
 
17 17
       --disable-content-trust=true   Skip image signing
18
-      --help=false                   Print usage
18
+      --help                         Print usage
19 19
 
20 20
 Use `docker push` to share your images to the [Docker Hub](https://hub.docker.com)
21 21
 registry or to a self-hosted one.
... ...
@@ -14,6 +14,6 @@ parent = "smn_cli"
14 14
 
15 15
     Rename a container
16 16
 
17
-      --help=false    Print usage
17
+      --help          Print usage
18 18
 
19 19
 The `docker rename` command allows the container to be renamed to a different name.
... ...
@@ -14,5 +14,5 @@ parent = "smn_cli"
14 14
 
15 15
     Restart a container
16 16
 
17
-      --help=false       Print usage
17
+      --help             Print usage
18 18
       -t, --time=10      Seconds to wait for stop before killing the container
... ...
@@ -14,10 +14,10 @@ parent = "smn_cli"
14 14
 
15 15
     Remove one or more containers
16 16
 
17
-      -f, --force=false      Force the removal of a running container (uses SIGKILL)
18
-      --help=false           Print usage
19
-      -l, --link=false       Remove the specified link
20
-      -v, --volumes=false    Remove the volumes associated with the container
17
+      -f, --force            Force the removal of a running container (uses SIGKILL)
18
+      --help                 Print usage
19
+      -l, --link             Remove the specified link
20
+      -v, --volumes          Remove the volumes associated with the container
21 21
 
22 22
 ## Examples
23 23
 
... ...
@@ -14,9 +14,9 @@ parent = "smn_cli"
14 14
 
15 15
     Remove one or more images
16 16
 
17
-      -f, --force=false    Force removal of the image
18
-      --help=false         Print usage
19
-      --no-prune=false     Do not delete untagged parents
17
+      -f, --force          Force removal of the image
18
+      --help               Print usage
19
+      --no-prune           Do not delete untagged parents
20 20
 
21 21
 You can remove an image using its short or long ID, its tag, or its digest. If
22 22
 an image has one or more tag or digest reference, you must remove all of them
... ...
@@ -27,7 +27,7 @@ parent = "smn_cli"
27 27
       --cpu-quota=0                 Limit CPU CFS (Completely Fair Scheduler) quota
28 28
       --cpuset-cpus=""              CPUs in which to allow execution (0-3, 0,1)
29 29
       --cpuset-mems=""              Memory nodes (MEMs) in which to allow execution (0-3, 0,1)
30
-      -d, --detach=false            Run container in background and print container ID
30
+      -d, --detach                  Run container in background and print container ID
31 31
       --device=[]                   Add a host device to the container
32 32
       --device-read-bps=[]          Limit read rate (bytes per second) from a device (e.g., --device-read-bps=/dev/sda:1mb)
33 33
       --device-read-iops=[]         Limit read rate (IO per second) from a device (e.g., --device-read-iops=/dev/sda:1000)
... ...
@@ -43,8 +43,8 @@ parent = "smn_cli"
43 43
       --expose=[]                   Expose a port or a range of ports
44 44
       --group-add=[]                Add additional groups to run as
45 45
       -h, --hostname=""             Container host name
46
-      --help=false                  Print usage
47
-      -i, --interactive=false       Keep STDIN open even if not attached
46
+      --help                        Print usage
47
+      -i, --interactive             Keep STDIN open even if not attached
48 48
       --ipc=""                      IPC namespace to use
49 49
       --isolation=""                Container isolation technology
50 50
       --kernel-memory=""            Kernel memory limit
... ...
@@ -65,20 +65,20 @@ parent = "smn_cli"
65 65
                                     'container:<name|id>': reuse another container's network stack
66 66
                                     'host': use the Docker host network stack
67 67
                                     '<network-name>|<network-id>': connect to a user-defined network
68
-      --oom-kill-disable=false      Whether to disable OOM Killer for the container or not
68
+      --oom-kill-disable            Whether to disable OOM Killer for the container or not
69 69
       --oom-score-adj=0             Tune the host's OOM preferences for containers (accepts -1000 to 1000)
70
-      -P, --publish-all=false       Publish all exposed ports to random ports
70
+      -P, --publish-all             Publish all exposed ports to random ports
71 71
       -p, --publish=[]              Publish a container's port(s) to the host
72 72
       --pid=""                      PID namespace to use
73
-      --privileged=false            Give extended privileges to this container
74
-      --read-only=false             Mount the container's root filesystem as read only
73
+      --privileged                  Give extended privileges to this container
74
+      --read-only                   Mount the container's root filesystem as read only
75 75
       --restart="no"                Restart policy (no, on-failure[:max-retry], always, unless-stopped)
76
-      --rm=false                    Automatically remove the container when it exits
76
+      --rm                          Automatically remove the container when it exits
77 77
       --shm-size=[]                 Size of `/dev/shm`. The format is `<number><unit>`. `number` must be greater than `0`.  Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes), or `g` (gigabytes). If you omit the unit, the system uses bytes. If you omit the size entirely, the system uses `64m`.
78 78
       --security-opt=[]             Security Options
79 79
       --sig-proxy=true              Proxy received signals to the process
80 80
       --stop-signal="SIGTERM"       Signal to stop a container
81
-      -t, --tty=false               Allocate a pseudo-TTY
81
+      -t, --tty                     Allocate a pseudo-TTY
82 82
       -u, --user=""                 Username or UID (format: <name|uid>[:<group|gid>])
83 83
       --ulimit=[]                   Ulimit options
84 84
       --uts=""                      UTS namespace to use
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Save an image(s) to a tar archive (streamed to STDOUT by default)
16 16
 
17
-      --help=false       Print usage
17
+      --help             Print usage
18 18
       -o, --output=""    Write to a file, instead of STDOUT
19 19
 
20 20
 Produces a tarred repository to the standard output stream.
... ...
@@ -14,9 +14,9 @@ parent = "smn_cli"
14 14
 
15 15
     Search the Docker Hub for images
16 16
 
17
-      --automated=false    Only show automated builds
18
-      --help=false         Print usage
19
-      --no-trunc=false     Don't truncate output
17
+      --automated          Only show automated builds
18
+      --help               Print usage
19
+      --no-trunc           Don't truncate output
20 20
       -s, --stars=0        Only displays with at least x stars
21 21
 
22 22
 Search [Docker Hub](https://hub.docker.com) for images
... ...
@@ -14,6 +14,6 @@ parent = "smn_cli"
14 14
 
15 15
     Start one or more containers
16 16
 
17
-      -a, --attach=false         Attach STDOUT/STDERR and forward signals
18
-      --help=false               Print usage
19
-      -i, --interactive=false    Attach container's STDIN
17
+      -a, --attach               Attach STDOUT/STDERR and forward signals
18
+      --help                     Print usage
19
+      -i, --interactive          Attach container's STDIN
... ...
@@ -14,9 +14,9 @@ parent = "smn_cli"
14 14
 
15 15
     Display a live stream of one or more containers' resource usage statistics
16 16
 
17
-      -a, --all=false    Show all containers (default shows just running)
18
-      --help=false       Print usage
19
-      --no-stream=false  Disable streaming stats and only pull the first result
17
+      -a, --all          Show all containers (default shows just running)
18
+      --help             Print usage
19
+      --no-stream        Disable streaming stats and only pull the first result
20 20
 
21 21
 The `docker stats` command returns a live data stream for running containers. To limit data to one or more specific containers, specify a list of container names or ids separated by a space. You can specify a stopped container but stopped containers do not return any data.
22 22
 
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
     Stop a container by sending SIGTERM and then SIGKILL after a
16 16
     grace period
17 17
 
18
-      --help=false       Print usage
18
+      --help             Print usage
19 19
       -t, --time=10      Seconds to wait for stop before killing it
20 20
 
21 21
 The main process inside the container will receive `SIGTERM`, and after a grace
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Tag an image into a repository
16 16
 
17
-      --help=false         Print usage
17
+      --help               Print usage
18 18
 
19 19
 You can group your images together using names and tags, and then upload them
20 20
 to [*Share Images via Repositories*](../../userguide/dockerrepos.md#contributing-to-docker-hub).
... ...
@@ -14,4 +14,4 @@ parent = "smn_cli"
14 14
 
15 15
     Display the running processes of a container
16 16
 
17
-      --help=false    Print usage
17
+      --help          Print usage
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Unpause all processes within a container
16 16
 
17
-      --help=false    Print usage
17
+      --help          Print usage
18 18
 
19 19
 The `docker unpause` command uses the cgroups freezer to un-suspend all
20 20
 processes in a container.
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
     Show the Docker version information.
16 16
 
17 17
       -f, --format=""    Format the output using the given go template
18
-      --help=false       Print usage
18
+      --help             Print usage
19 19
 
20 20
 By default, this will render all version information in an easy to read
21 21
 layout. If a format is specified, the given template will be executed instead.
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
     Create a volume
16 16
 
17 17
       -d, --driver=local    Specify volume driver name
18
-      --help=false          Print usage
18
+      --help                Print usage
19 19
       --name=               Specify volume name
20 20
       -o, --opt=map[]       Set driver specific options
21 21
 
... ...
@@ -15,7 +15,7 @@ parent = "smn_cli"
15 15
     Inspect one or more volumes
16 16
 
17 17
       -f, --format=       Format the output using the given go template.
18
-      --help=false        Print usage
18
+      --help              Print usage
19 19
 
20 20
 Returns information about a volume. By default, this command renders all results
21 21
 in a JSON array. You can specify an alternate format to execute a
... ...
@@ -15,8 +15,8 @@ parent = "smn_cli"
15 15
     List volumes
16 16
 
17 17
       -f, --filter=[]      Provide filter values (i.e. 'dangling=true')
18
-      --help=false         Print usage
19
-      -q, --quiet=false    Only display volume names
18
+      --help               Print usage
19
+      -q, --quiet          Only display volume names
20 20
 
21 21
 Lists all the volumes Docker knows about. You can filter using the `-f` or `--filter` flag. The filtering format is a `key=value` pair. To specify more than one filter,  pass multiple flags (for example,  `--filter "foo=bar" --filter "bif=baz"`)
22 22
 
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Remove a volume
16 16
 
17
-      --help=false       Print usage
17
+      --help             Print usage
18 18
 
19 19
 Removes one or more volumes. You cannot remove a volume that is in use by a container.
20 20
 
... ...
@@ -14,4 +14,4 @@ parent = "smn_cli"
14 14
 
15 15
     Block until a container stops, then print its exit code.
16 16
 
17
-      --help=false    Print usage
17
+      --help          Print usage
... ...
@@ -123,9 +123,9 @@ pretend to be a TTY (this is what most command line executables expect)
123 123
 and pass along signals. All of that is configurable:
124 124
 
125 125
     -a=[]           : Attach to `STDIN`, `STDOUT` and/or `STDERR`
126
-    -t=false        : Allocate a pseudo-tty
126
+    -t              : Allocate a pseudo-tty
127 127
     --sig-proxy=true: Proxy all received signals to the process (non-TTY mode only)
128
-    -i=false        : Keep STDIN open even if not attached
128
+    -i              : Keep STDIN open even if not attached
129 129
 
130 130
 If you do not specify `-a` then Docker will [attach all standard
131 131
 streams]( https://github.com/docker/docker/blob/75a7f4d90cde0295bcfb7213004abce8d4779b75/commands.go#L1797).
... ...
@@ -1239,7 +1239,7 @@ The following `run` command options work with container networking:
1239 1239
 
1240 1240
     --expose=[]: Expose a port or a range of ports inside the container.
1241 1241
                  These are additional to those exposed by the `EXPOSE` instruction
1242
-    -P=false   : Publish all exposed ports to the host interfaces
1242
+    -P         : Publish all exposed ports to the host interfaces
1243 1243
     -p=[]      : Publish a container᾿s port or a range of ports to the host
1244 1244
                    format: ip:hostPort:containerPort | ip::containerPort | hostPort:containerPort | containerPort
1245 1245
                    Both hostPort and containerPort can be specified as a
... ...
@@ -70,8 +70,8 @@ To see usage for a specific command, specify the command with the `--help` flag:
70 70
 
71 71
     Attach to a running container
72 72
 
73
-      --help=false        Print usage
74
-      --no-stdin=false    Do not attach stdin
73
+      --help              Print usage
74
+      --no-stdin          Do not attach stdin
75 75
       --sig-proxy=true    Proxy all received signals to the process
76 76
 
77 77
 > **Note:**
... ...
@@ -7,7 +7,7 @@ docker-attach - Attach to a running container
7 7
 # SYNOPSIS
8 8
 **docker attach**
9 9
 [**--help**]
10
-[**--no-stdin**[=*false*]]
10
+[**--no-stdin**]
11 11
 [**--sig-proxy**[=*true*]]
12 12
 CONTAINER
13 13
 
... ...
@@ -11,11 +11,11 @@ docker-build - Build a new image from the source code at PATH
11 11
 [**--cgroup-parent**[=*CGROUP-PARENT*]]
12 12
 [**--help**]
13 13
 [**-f**|**--file**[=*PATH/Dockerfile*]]
14
-[**--force-rm**[=*false*]]
14
+[**--force-rm**]
15 15
 [**--isolation**[=*default*]]
16
-[**--no-cache**[=*false*]]
17
-[**--pull**[=*false*]]
18
-[**-q**|**--quiet**[=*false*]]
16
+[**--no-cache**]
17
+[**--pull**]
18
+[**-q**|**--quiet**]
19 19
 [**--rm**[=*true*]]
20 20
 [**-t**|**--tag**[=*[]*]]
21 21
 [**-m**|**--memory**[=*MEMORY*]]
... ...
@@ -34,7 +34,7 @@ docker-create - Create a new container
34 34
 [**--group-add**[=*[]*]]
35 35
 [**-h**|**--hostname**[=*HOSTNAME*]]
36 36
 [**--help**]
37
-[**-i**|**--interactive**[=*false*]]
37
+[**-i**|**--interactive**]
38 38
 [**--ipc**[=*IPC*]]
39 39
 [**--isolation**[=*default*]]
40 40
 [**--kernel-memory**[=*KERNEL-MEMORY*]]
... ...
@@ -50,18 +50,18 @@ docker-create - Create a new container
50 50
 [**--memory-swappiness**[=*MEMORY-SWAPPINESS*]]
51 51
 [**--name**[=*NAME*]]
52 52
 [**--net**[=*"bridge"*]]
53
-[**--oom-kill-disable**[=*false*]]
53
+[**--oom-kill-disable**]
54 54
 [**--oom-score-adj**[=*0*]]
55
-[**-P**|**--publish-all**[=*false*]]
55
+[**-P**|**--publish-all**]
56 56
 [**-p**|**--publish**[=*[]*]]
57 57
 [**--pid**[=*[]*]]
58
-[**--privileged**[=*false*]]
59
-[**--read-only**[=*false*]]
58
+[**--privileged**]
59
+[**--read-only**]
60 60
 [**--restart**[=*RESTART*]]
61 61
 [**--security-opt**[=*[]*]]
62 62
 [**--stop-signal**[=*SIGNAL*]]
63 63
 [**--shm-size**[=*[]*]]
64
-[**-t**|**--tty**[=*false*]]
64
+[**-t**|**--tty**]
65 65
 [**--tmpfs**[=*[CONTAINER-DIR[:<OPTIONS>]*]]
66 66
 [**-u**|**--user**[=*USER*]]
67 67
 [**--ulimit**[=*[]*]]
... ...
@@ -13,11 +13,11 @@ docker-daemon - Enable daemon mode
13 13
 [**--cluster-store**[=*[]*]]
14 14
 [**--cluster-advertise**[=*[]*]]
15 15
 [**--cluster-store-opt**[=*map[]*]]
16
-[**-D**|**--debug**[=*false*]]
16
+[**-D**|**--debug**]
17 17
 [**--default-gateway**[=*DEFAULT-GATEWAY*]]
18 18
 [**--default-gateway-v6**[=*DEFAULT-GATEWAY-V6*]]
19 19
 [**--default-ulimit**[=*[]*]]
20
-[**--disable-legacy-registry**[=*false*]]
20
+[**--disable-legacy-registry**]
21 21
 [**--dns**[=*[]*]]
22 22
 [**--dns-opt**[=*[]*]]
23 23
 [**--dns-search**[=*[]*]]
... ...
@@ -35,7 +35,7 @@ docker-daemon - Enable daemon mode
35 35
 [**--ip-forward**[=*true*]]
36 36
 [**--ip-masq**[=*true*]]
37 37
 [**--iptables**[=*true*]]
38
-[**--ipv6**[=*false*]]
38
+[**--ipv6**]
39 39
 [**-l**|**--log-level**[=*info*]]
40 40
 [**--label**[=*[]*]]
41 41
 [**--log-driver**[=*json-file*]]
... ...
@@ -44,13 +44,13 @@ docker-daemon - Enable daemon mode
44 44
 [**-p**|**--pidfile**[=*/var/run/docker.pid*]]
45 45
 [**--registry-mirror**[=*[]*]]
46 46
 [**-s**|**--storage-driver**[=*STORAGE-DRIVER*]]
47
-[**--selinux-enabled**[=*false*]]
47
+[**--selinux-enabled**]
48 48
 [**--storage-opt**[=*[]*]]
49
-[**--tls**[=*false*]]
49
+[**--tls**]
50 50
 [**--tlscacert**[=*~/.docker/ca.pem*]]
51 51
 [**--tlscert**[=*~/.docker/cert.pem*]]
52 52
 [**--tlskey**[=*~/.docker/key.pem*]]
53
-[**--tlsverify**[=*false*]]
53
+[**--tlsverify**]
54 54
 [**--userland-proxy**[=*true*]]
55 55
 
56 56
 # DESCRIPTION
... ...
@@ -6,11 +6,11 @@ docker-exec - Run a command in a running container
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker exec**
9
-[**-d**|**--detach**[=*false*]]
9
+[**-d**|**--detach**]
10 10
 [**--help**]
11
-[**-i**|**--interactive**[=*false*]]
12
-[**--privileged**[=*false*]]
13
-[**-t**|**--tty**[=*false*]]
11
+[**-i**|**--interactive**]
12
+[**--privileged**]
13
+[**-t**|**--tty**]
14 14
 [**-u**|**--user**[=*USER*]]
15 15
 CONTAINER COMMAND [ARG...]
16 16
 
... ...
@@ -8,8 +8,8 @@ docker-history - Show the history of an image
8 8
 **docker history**
9 9
 [**--help**]
10 10
 [**-H**|**--human**[=*true*]]
11
-[**--no-trunc**[=*false*]]
12
-[**-q**|**--quiet**[=*false*]]
11
+[**--no-trunc**]
12
+[**-q**|**--quiet**]
13 13
 IMAGE
14 14
 
15 15
 # DESCRIPTION
... ...
@@ -7,11 +7,11 @@ docker-images - List images
7 7
 # SYNOPSIS
8 8
 **docker images**
9 9
 [**--help**]
10
-[**-a**|**--all**[=*false*]]
11
-[**--digests**[=*false*]]
10
+[**-a**|**--all**]
11
+[**--digests**]
12 12
 [**-f**|**--filter**[=*[]*]]
13
-[**--no-trunc**[=*false*]]
14
-[**-q**|**--quiet**[=*false*]]
13
+[**--no-trunc**]
14
+[**-q**|**--quiet**]
15 15
 [REPOSITORY[:TAG]]
16 16
 
17 17
 # DESCRIPTION
... ...
@@ -8,7 +8,7 @@ docker-inspect - Return low-level information on a container or image
8 8
 **docker inspect**
9 9
 [**--help**]
10 10
 [**-f**|**--format**[=*FORMAT*]]
11
-[**-s**|**--size**[=*false*]]
11
+[**-s**|**--size**]
12 12
 [**--type**=*container*|*image*]
13 13
 CONTAINER|IMAGE [CONTAINER|IMAGE...]
14 14
 
... ...
@@ -26,7 +26,7 @@ each result.
26 26
 **-f**, **--format**=""
27 27
     Format the output using the given Go template.
28 28
 
29
-**-s**, **--size**=*false*
29
+**-s**, **--size**
30 30
     Display total file sizes if the type is container.
31 31
 
32 32
 **--type**="*container*|*image*"
... ...
@@ -6,10 +6,10 @@ docker-logs - Fetch the logs of a container
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker logs**
9
-[**-f**|**--follow**[=*false*]]
9
+[**-f**|**--follow**]
10 10
 [**--help**]
11 11
 [**--since**[=*SINCE*]]
12
-[**-t**|**--timestamps**[=*false*]]
12
+[**-t**|**--timestamps**]
13 13
 [**--tail**[=*"all"*]]
14 14
 CONTAINER
15 15
 
... ...
@@ -6,15 +6,15 @@ docker-ps - List containers
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker ps**
9
-[**-a**|**--all**[=*false*]]
9
+[**-a**|**--all**]
10 10
 [**-f**|**--filter**[=*[]*]]
11 11
 [**--format**=*"TEMPLATE"*]
12 12
 [**--help**]
13
-[**-l**|**--latest**[=*false*]]
13
+[**-l**|**--latest**]
14 14
 [**-n**[=*-1*]]
15
-[**--no-trunc**[=*false*]]
16
-[**-q**|**--quiet**[=*false*]]
17
-[**-s**|**--size**[=*false*]]
15
+[**--no-trunc**]
16
+[**-q**|**--quiet**]
17
+[**-s**|**--size**]
18 18
 
19 19
 # DESCRIPTION
20 20
 
... ...
@@ -6,7 +6,7 @@ docker-pull - Pull an image or a repository from a registry
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker pull**
9
-[**-a**|**--all-tags**[=*false*]]
9
+[**-a**|**--all-tags**]
10 10
 [**--help**] 
11 11
 NAME[:TAG] | [REGISTRY_HOST[:REGISTRY_PORT]/]NAME[:TAG]
12 12
 
... ...
@@ -6,9 +6,9 @@ docker-rm - Remove one or more containers
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker rm**
9
-[**-f**|**--force**[=*false*]]
10
-[**-l**|**--link**[=*false*]]
11
-[**-v**|**--volumes**[=*false*]]
9
+[**-f**|**--force**]
10
+[**-l**|**--link**]
11
+[**-v**|**--volumes**]
12 12
 CONTAINER [CONTAINER...]
13 13
 
14 14
 # DESCRIPTION
... ...
@@ -6,9 +6,9 @@ docker-rmi - Remove one or more images
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker rmi**
9
-[**-f**|**--force**[=*false*]]
9
+[**-f**|**--force**]
10 10
 [**--help**]
11
-[**--no-prune**[=*false*]]
11
+[**--no-prune**]
12 12
 IMAGE [IMAGE...]
13 13
 
14 14
 # DESCRIPTION
... ...
@@ -19,7 +19,7 @@ docker-run - Run a command in a new container
19 19
 [**--cpu-quota**[=*0*]]
20 20
 [**--cpuset-cpus**[=*CPUSET-CPUS*]]
21 21
 [**--cpuset-mems**[=*CPUSET-MEMS*]]
22
-[**-d**|**--detach**[=*false*]]
22
+[**-d**|**--detach**]
23 23
 [**--device**[=*[]*]]
24 24
 [**--device-read-bps**[=*[]*]]
25 25
 [**--device-read-iops**[=*[]*]]
... ...
@@ -35,7 +35,7 @@ docker-run - Run a command in a new container
35 35
 [**--group-add**[=*[]*]]
36 36
 [**-h**|**--hostname**[=*HOSTNAME*]]
37 37
 [**--help**]
38
-[**-i**|**--interactive**[=*false*]]
38
+[**-i**|**--interactive**]
39 39
 [**--ipc**[=*IPC*]]
40 40
 [**--isolation**[=*default*]]
41 41
 [**--kernel-memory**[=*KERNEL-MEMORY*]]
... ...
@@ -51,20 +51,20 @@ docker-run - Run a command in a new container
51 51
 [**--memory-swappiness**[=*MEMORY-SWAPPINESS*]]
52 52
 [**--name**[=*NAME*]]
53 53
 [**--net**[=*"bridge"*]]
54
-[**--oom-kill-disable**[=*false*]]
54
+[**--oom-kill-disable**]
55 55
 [**--oom-score-adj**[=*0*]]
56
-[**-P**|**--publish-all**[=*false*]]
56
+[**-P**|**--publish-all**]
57 57
 [**-p**|**--publish**[=*[]*]]
58 58
 [**--pid**[=*[]*]]
59
-[**--privileged**[=*false*]]
60
-[**--read-only**[=*false*]]
59
+[**--privileged**]
60
+[**--read-only**]
61 61
 [**--restart**[=*RESTART*]]
62
-[**--rm**[=*false*]]
62
+[**--rm**]
63 63
 [**--security-opt**[=*[]*]]
64 64
 [**--stop-signal**[=*SIGNAL*]]
65 65
 [**--shm-size**[=*[]*]]
66 66
 [**--sig-proxy**[=*true*]]
67
-[**-t**|**--tty**[=*false*]]
67
+[**-t**|**--tty**]
68 68
 [**--tmpfs**[=*[CONTAINER-DIR[:<OPTIONS>]*]]
69 69
 [**-u**|**--user**[=*USER*]]
70 70
 [**--ulimit**[=*[]*]]
... ...
@@ -6,9 +6,9 @@ docker-search - Search the Docker Hub for images
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker search**
9
-[**--automated**[=*false*]]
9
+[**--automated**]
10 10
 [**--help**]
11
-[**--no-trunc**[=*false*]]
11
+[**--no-trunc**]
12 12
 [**-s**|**--stars**[=*0*]]
13 13
 TERM
14 14
 
... ...
@@ -6,9 +6,9 @@ docker-start - Start one or more containers
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker start**
9
-[**-a**|**--attach**[=*false*]]
9
+[**-a**|**--attach**]
10 10
 [**--help**]
11
-[**-i**|**--interactive**[=*false*]]
11
+[**-i**|**--interactive**]
12 12
 CONTAINER [CONTAINER...]
13 13
 
14 14
 # DESCRIPTION
... ...
@@ -6,9 +6,9 @@ docker-stats - Display a live stream of one or more containers' resource usage s
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker stats**
9
-[**-a**|**--all**[=*false*]]
9
+[**-a**|**--all**]
10 10
 [**--help**]
11
-[**--no-stream**[=*false*]]
11
+[**--no-stream**]
12 12
 [CONTAINER...]
13 13
 
14 14
 # DESCRIPTION