mirror of
https://github.com/moby/moby.git
synced 2026-08-07 00:21:52 +00:00
The daemon.json storage-opts settings is actually a list.
Signed-off-by: Dimitry Andric <d.andric@activevideo.com>
(cherry picked from commit e3eb24fc21)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
fc4f927588
commit
f264a73afd
@@ -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