Skip to content

Instantly share code, notes, and snippets.

@gereltod
Created August 9, 2019 11:35
Show Gist options
  • Save gereltod/8d45cf295f8ee7605972d46ee02e8369 to your computer and use it in GitHub Desktop.
Save gereltod/8d45cf295f8ee7605972d46ee02e8369 to your computer and use it in GitHub Desktop.
example_docker_compose
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