1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Replace docker command from 'docker daemon' to 'dockerd'

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang
2016-08-25 11:47:33 +08:00
committed by Tibor Vass
parent a8a90829bb
commit ed38ec18bf
2 changed files with 3 additions and 3 deletions

View File

@@ -574,7 +574,7 @@ options for `zfs` start with `zfs` and options for `btrfs` start with `btrfs`.
**size** cannot be smaller than **btrfs.min_space**.
Example use:
$ docker daemon -s btrfs --storage-opt btrfs.min_space=10G
$ dockerd -s btrfs --storage-opt btrfs.min_space=10G
#### Overlay2 options
@@ -1213,7 +1213,7 @@ The `--tls*` options enable use of specific certificates for individual daemons.
Example script for a separate “bootstrap” instance of the Docker daemon without network:
```bash
$ docker daemon \
$ dockerd \
-H unix:///var/run/docker-bootstrap.sock \
-p /var/run/docker-bootstrap.pid \
--iptables=false \