mirror of https://github.com/docker/cli.git
The daemon.json storage-opts settings is actually a list.
Signed-off-by: Dimitry Andric <d.andric@activevideo.com>
This commit is contained in:
parent
6a5870dcfa
commit
4b30db603b
|
@ -888,7 +888,7 @@ This is a full example of the allowed configuration options in the file:
|
||||||
"exec-opts": [],
|
"exec-opts": [],
|
||||||
"exec-root": "",
|
"exec-root": "",
|
||||||
"storage-driver": "",
|
"storage-driver": "",
|
||||||
"storage-opts": "",
|
"storage-opts": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"log-driver": "",
|
"log-driver": "",
|
||||||
"log-opts": [],
|
"log-opts": [],
|
||||||
|
|
Loading…
Reference in New Issue