Skip to content

Instantly share code, notes, and snippets.

@superseb
Created November 1, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superseb/f9f27df30ffd1e1f0a08297b318e7154 to your computer and use it in GitHub Desktop.
Save superseb/f9f27df30ffd1e1f0a08297b318e7154 to your computer and use it in GitHub Desktop.
#cloud-config
coreos:
units:
- name: docker.service
drop-ins:
- name: "50-insecure-registry.conf"
content: |
[Service]
Environment=DOCKER_OPTS='--insecure-registry="10.0.1.0/24"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment