From fb056d2cebfa1e2d4a78ff3614df39e5af1a2ecf Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 16 Sep 2024 09:57:39 +0200 Subject: [PATCH] man: fix duplicate word in --feature flag description Signed-off-by: Sebastiaan van Stijn --- man/dockerd.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/dockerd.8.md b/man/dockerd.8.md index 47391497c4..ebcb3691be 100644 --- a/man/dockerd.8.md +++ b/man/dockerd.8.md @@ -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