Skip to content

Commit 610f915

Browse files
committed
man: update dockerd man-page to include --feature flag
commit f13c08246d93dd5aae200d5881a3a374e6cac876 introduced this flag, but did not yet update the manpage. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a18c896 commit 610f915

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

man/dockerd.8.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dockerd - Enable daemon mode
3131
[**--exec-opt**[=*[]*]]
3232
[**--exec-root**[=*/var/run/docker*]]
3333
[**--experimental**[=**false**]]
34+
[**--feature**[=*NAME*=**true**|**false**]
3435
[**--fixed-cidr**[=*FIXED-CIDR*]]
3536
[**--fixed-cidr-v6**[=*FIXED-CIDR-V6*]]
3637
[**-G**|**--group**[=*docker*]]
@@ -222,6 +223,14 @@ $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-ru
222223
**--experimental**=""
223224
Enable the daemon experimental features.
224225

226+
**--feature**=*NAME*=**true**|**false**
227+
Enable or disable feature feature in the daemon. This option corresponds
228+
with the "features" field in the daemon.json configuration file. Using
229+
both the command-line option and the "features" field in the configuration
230+
file produces an error. The feature option can be specified multiple times
231+
to configure multiple features.
232+
Usage example: `--feature containerd-snapshotter=true`
233+
225234
**--fixed-cidr**=""
226235
IPv4 subnet for fixed IPs (e.g., 10.20.0.0/16); this subnet must be nested in
227236
the bridge subnet (which is defined by \-b or \-\-bip).

0 commit comments

Comments
 (0)