Signed-off-by: Victor Vieux <vieux@docker.com>
| ... | ... |
@@ -70,7 +70,7 @@ func (config *Config) InstallFlags() {
|
| 70 | 70 |
opts.IPListVar(&config.Dns, []string{"#dns", "-dns"}, "Force Docker to use specific DNS servers")
|
| 71 | 71 |
opts.DnsSearchListVar(&config.DnsSearch, []string{"-dns-search"}, "Force Docker to use specific DNS search domains")
|
| 72 | 72 |
opts.MirrorListVar(&config.Mirrors, []string{"-registry-mirror"}, "Specify a preferred Docker registry mirror")
|
| 73 |
- opts.LabelListVar(&config.Labels, []string{"-label"}, "Set key=values labels to the daemon (displayed in `docker info`)")
|
|
| 73 |
+ opts.LabelListVar(&config.Labels, []string{"-label"}, "Set key=value labels to the daemon (displayed in `docker info`)")
|
|
| 74 | 74 |
|
| 75 | 75 |
// Localhost is by default considered as an insecure registry |
| 76 | 76 |
// This is a stop-gap for people who are running a private registry on localhost (especially on Boot2docker). |
| ... | ... |
@@ -69,7 +69,7 @@ unix://[/path/to/socket] to use. |
| 69 | 69 |
Set the logging level. Default is `info`. |
| 70 | 70 |
|
| 71 | 71 |
**--label**="[]" |
| 72 |
- Set key=values labels to the daemon (displayed in `docker info`) |
|
| 72 |
+ Set key=value labels to the daemon (displayed in `docker info`) |
|
| 73 | 73 |
|
| 74 | 74 |
**--mtu**=VALUE |
| 75 | 75 |
Set the containers network mtu. Default is `1500`. |
| ... | ... |
@@ -76,7 +76,7 @@ expect an integer, and they can only be specified once. |
| 76 | 76 |
--ip-masq=true Enable IP masquerading for bridge's IP range |
| 77 | 77 |
--iptables=true Enable Docker's addition of iptables rules |
| 78 | 78 |
-l, --log-level="info" Set the logging level |
| 79 |
- --label=[] Set key=values labels to the daemon (displayed in `docker info`) |
|
| 79 |
+ --label=[] Set key=value labels to the daemon (displayed in `docker info`) |
|
| 80 | 80 |
--mtu=0 Set the containers network MTU |
| 81 | 81 |
if no value is provided: default to the default route MTU or 1500 if no default route is available |
| 82 | 82 |
-p, --pidfile="/var/run/docker.pid" Path to use for daemon PID file |