Skip to content

Commit

Permalink
Merge pull request deis#4742 from krancour/docker-needs-flannel
Browse files Browse the repository at this point in the history
fix(contrib): Add drop-in to make docker require flannel
  • Loading branch information
krancour committed Nov 11, 2015
2 parents e1e3927 + 534aefc commit 27eab71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/coreos/user-data.example
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ coreos:
enable: false
- name: docker.service
drop-ins:
- name: 10-require-flannel.conf
content: |
[Unit]
Requires=flanneld.service
After=flanneld.service
- name: 50-insecure-registry.conf
content: |
[Service]
Expand Down

0 comments on commit 27eab71

Please sign in to comment.