Skip to content

Instantly share code, notes, and snippets.

@zipkid
Last active August 29, 2015 13:59
Show Gist options
  • Save zipkid/10629410 to your computer and use it in GitHub Desktop.
Save zipkid/10629410 to your computer and use it in GitHub Desktop.
docker::image:
ubuntu: {}
docker::image:
ubuntu:
image: base
command: /bin/sh -c "while true; do echo hello world; sleep 1; done"
ports:
- 4444
- 4555
links:
- mysql:db
use_name: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment