We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0868432 commit ae89a2fCopy full SHA for ae89a2f
1 file changed
contrib/coreos/user-data.example
@@ -56,7 +56,7 @@ write_files:
56
- path: /etc/systemd/system/docker.service.d/50-insecure-registry.conf
57
content: |
58
[Service]
59
- Environment=DOCKER_OPTS='--insecure-registry="10.0.0.0/8"'
+ Environment="DOCKER_OPTS=\"--insecure-registry='10.0.0.0/8' --insecure-registry='172.16.0.0/12' --insecure-registry='192.168.0.0/16'\""
60
- path: /run/deis/bin/get_image
61
permissions: '0755'
62
0 commit comments