Browse code

The daemon.json storage-opts settings is actually a list.

Signed-off-by: Dimitry Andric <d.andric@activevideo.com>
(cherry picked from commit e3eb24fc21fa6f6002eef081278333f9e5e16614)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Dimitry Andric authored on 2016/04/21 00:30:44
Showing 1 changed files
... ...
@@ -888,7 +888,7 @@ This is a full example of the allowed configuration options in the file:
888 888
 	"exec-opts": [],
889 889
 	"exec-root": "",
890 890
 	"storage-driver": "",
891
-	"storage-opts": "",
891
+	"storage-opts": [],
892 892
 	"labels": [],
893 893
 	"log-driver": "",
894 894
 	"log-opts": [],