]> git.pld-linux.org Git - packages/docker.git/blobdiff - docker.sysconfig
- unconditional noarch subpackages
[packages/docker.git] / docker.sysconfig
index 8d3d765eb02da1b3c90f373f8216b2f538f88801..4f3191ce1144131a92c6dcf23505616f4429cbc5 100644 (file)
@@ -7,4 +7,14 @@ SERVICE_RUN_NICE_LEVEL="+0"
 SERVICE_LIMITS="-n 1048576 -u 1048576"
 
 # Modify these options if you want to change the way the docker daemon runs
+# IMPORTANT:
+# When using systemd, do not use variables in variables:
+#  OPTIONS="$OPTIONS --foo"
+# ... systemd parser does not handle these
 #OPTIONS=""
+
+# Use overlay storage driver
+#OPTIONS="$OPTIONS --storage-driver=overlay"
+
+# Mirror local registry in intranet which has no ssl cert
+#OPTIONS="$OPTIONS --insecure-registry registry.example.lan:5000 --registry-mirror http://registry.example.lan:5000"
This page took 0.066757 seconds and 4 git commands to generate.