mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
The daemon.json storage-opts settings is actually a list.
Signed-off-by: Dimitry Andric <d.andric@activevideo.com>
Upstream-commit: 4b30db603b
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
30f948a78a
commit
511e7977ca
@@ -888,7 +888,7 @@ This is a full example of the allowed configuration options in the file:
|
||||
"exec-opts": [],
|
||||
"exec-root": "",
|
||||
"storage-driver": "",
|
||||
"storage-opts": "",
|
||||
"storage-opts": [],
|
||||
"labels": [],
|
||||
"log-driver": "",
|
||||
"log-opts": [],
|
||||
|
||||
Reference in New Issue
Block a user