Skip to content

Instantly share code, notes, and snippets.

@heypoom
Created April 19, 2018 19:12
Show Gist options
  • Save heypoom/d37c948b11a2efce15424fc2d16af7ed to your computer and use it in GitHub Desktop.
Save heypoom/d37c948b11a2efce15424fc2d16af7ed to your computer and use it in GitHub Desktop.
main: start sh
down: stop
start:
docker-compose up -d
sh:
docker exec -it rin bash
stop:
docker-compose down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment