Created
August 9, 2019 11:35
-
-
Save gereltod/8d45cf295f8ee7605972d46ee02e8369 to your computer and use it in GitHub Desktop.
example_docker_compose
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
| version: '2' | |
| services: | |
| hello_world: | |
| image: ubuntu | |
| command: [/bin/echo, 'Hello world'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment