Skip to content

Instantly share code, notes, and snippets.

@ewindisch
Created November 21, 2014 17:51
Show Gist options
  • Save ewindisch/4c1cc547a7858f115f72 to your computer and use it in GitHub Desktop.
Save ewindisch/4c1cc547a7858f115f72 to your computer and use it in GitHub Desktop.
cloud-init for docker fig pseudo-config
#include https://get.docker.io
#cloud-config
dims-container:
image: ubuntu
command: echo "hello world"
environment:
- SOMETHING: here
- SOMEVAR: value
net: "host"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment