Skip to content

Instantly share code, notes, and snippets.

@looneym
Forked from EloB/docker-compose.yml
Created July 9, 2017 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save looneym/77889a28d8062c8530613543be62a9fe to your computer and use it in GitHub Desktop.
Save looneym/77889a28d8062c8530613543be62a9fe to your computer and use it in GitHub Desktop.
Docker compose yml hello world example
helloworld:
image: ubuntu:14.04
command: /bin/echo 'Hello world'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment