Skip to content

Instantly share code, notes, and snippets.

@edvinasbartkus
Created September 2, 2015 13:46
#cloud-config
snappy:
ssh_enabled: True
packages:
- docker
write_files:
- path: /var/lib/apps/docker/1.6.2.003/etc/docker.conf
content: |
DOCKER_OPTIONS='-H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment