]> git.pld-linux.org Git - packages/docker-ce.git/commitdiff
dockerd: example of registry mirror and insecure registry options
authorElan Ruusamäe <glen@delfi.ee>
Mon, 26 Sep 2016 18:41:33 +0000 (21:41 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 26 Sep 2016 18:41:33 +0000 (21:41 +0300)
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.577794 seconds and 4 git commands to generate.