mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
man: fix duplicate word in --feature flag description
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -224,7 +224,7 @@ $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-ru
|
||||
Enable the daemon experimental features.
|
||||
|
||||
**--feature**=*NAME*=**true**|**false**
|
||||
Enable or disable feature feature in the daemon. This option corresponds
|
||||
Enable or disable a feature in the daemon. This option corresponds
|
||||
with the "features" field in the daemon.json configuration file. Using
|
||||
both the command-line option and the "features" field in the configuration
|
||||
file produces an error. The feature option can be specified multiple times
|
||||
|
||||
Reference in New Issue
Block a user