]> git.pld-linux.org Git - packages/docker.git/blobdiff - docker.sysconfig
dockerd: example of registry mirror and insecure registry options
[packages/docker.git] / docker.sysconfig
index 16aa9a05bf46a7b81fa5e4ec77b65e787ef87dfc..8ac1cf7d1aa9761166c290c016e678799979472e 100644 (file)
@@ -11,3 +11,6 @@ SERVICE_LIMITS="-n 1048576 -u 1048576"
 
 # 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.032157 seconds and 4 git commands to generate.