scottslowe-learning-tools/consul-docker-registrator/user-data
Scott Lowe 7ee558a730 Initial commit for Consul-Docker-Registrator environment
Add initial files and support for Vagrant environment containing
Consul, Docker, and Registrator.
2015-03-02 19:10:36 -07:00

24 lines
463 B
Text

#cloud-config
coreos:
units:
- name: etcd.service
command: stop
enable: false
- name: fleet.service
command: stop
enable: false
- name: docker-tcp.socket
command: start
enable: true
content: |
[Unit]
Description=Docker Socket for the API
[Socket]
ListenStream=2375
BindIPv6Only=both
Service=docker.service
[Install]
WantedBy=sockets.target