mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
add option: experimental (#3724)
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
committed by
Misty Stanley-Jones
parent
7f26e208fe
commit
6840de4d5a
@@ -1056,6 +1056,7 @@ long: |
|
||||
"dns-search": [],
|
||||
"exec-opts": [],
|
||||
"exec-root": "",
|
||||
"experimental": false,
|
||||
"fixed-cidr": "",
|
||||
"fixed-cidr-v6": "",
|
||||
"graph": "",
|
||||
@@ -1298,6 +1299,9 @@ options:
|
||||
- option: exec-root
|
||||
default_value: /var/run/docker
|
||||
description: Root directory for execution state files
|
||||
- option: experimental
|
||||
default_value: false
|
||||
description: Enable experimental features
|
||||
- option: fixed-cidr
|
||||
description: IPv4 subnet for fixed IPs
|
||||
- option: fixed-cidr-v6
|
||||
|
||||
Reference in New Issue
Block a user