Skip to content

Commit ae89a2f

Browse files
Matthew Fishercarmstrong
authored andcommitted
fix(contrib): add other RFC1918 private addresses
1 parent 0868432 commit ae89a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/coreos/user-data.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ write_files:
5656
- path: /etc/systemd/system/docker.service.d/50-insecure-registry.conf
5757
content: |
5858
[Service]
59-
Environment=DOCKER_OPTS='--insecure-registry="10.0.0.0/8"'
59+
Environment="DOCKER_OPTS=\"--insecure-registry='10.0.0.0/8' --insecure-registry='172.16.0.0/12' --insecure-registry='192.168.0.0/16'\""
6060
- path: /run/deis/bin/get_image
6161
permissions: '0755'
6262
content: |

0 commit comments

Comments
 (0)