mirror of https://github.com/docker/cli.git
Fix grammar in docs by adding omitted word
Edited second paragraph under ### Daemon configuration file to change "regardless their value" to "regardless of their value" Signed-off-by: Jake Stokes <contactjake@developerjake.com>
This commit is contained in:
parent
88924b1802
commit
9335690a66
|
@ -1143,7 +1143,7 @@ of the flag name, e.g., `labels` for the `label` flag.
|
|||
|
||||
The options set in the configuration file must not conflict with options set
|
||||
via flags. The docker daemon fails to start if an option is duplicated between
|
||||
the file and the flags, regardless their value. We do this to avoid
|
||||
the file and the flags, regardless of their value. We do this to avoid
|
||||
silently ignore changes introduced in configuration reloads.
|
||||
For example, the daemon fails to start if you set daemon labels
|
||||
in the configuration file and also set daemon labels via the `--label` flag.
|
||||
|
|
Loading…
Reference in New Issue