Created
December 23, 2015 12:46
-
-
Save EloB/123cae096cddd9c1712e to your computer and use it in GitHub Desktop.
Docker compose yml hello world example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helloworld: | |
image: ubuntu:14.04 | |
command: /bin/echo 'Hello world' |
Author
EloB
commented
Dec 23, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment