]> git.pld-linux.org Git - packages/docker.git/commitdiff
add overlay storage example
authorElan Ruusamäe <glen@delfi.ee>
Sat, 18 Jun 2016 09:34:32 +0000 (12:34 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 18 Jun 2016 09:34:32 +0000 (12:34 +0300)
docker.sysconfig

index 8d3d765eb02da1b3c90f373f8216b2f538f88801..16aa9a05bf46a7b81fa5e4ec77b65e787ef87dfc 100644 (file)
@@ -8,3 +8,6 @@ SERVICE_LIMITS="-n 1048576 -u 1048576"
 
 # Modify these options if you want to change the way the docker daemon runs
 #OPTIONS=""
+
+# Use overlay storage driver
+#OPTIONS="$OPTIONS --storage-driver=overlay"
This page took 0.075027 seconds and 4 git commands to generate.