Skip to content

Instantly share code, notes, and snippets.

@rmetzler
Created January 4, 2016 13:35
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmetzler/715cd24ded7438ace962 to your computer and use it in GitHub Desktop.
Save rmetzler/715cd24ded7438ace962 to your computer and use it in GitHub Desktop.
docker-compose from STDIN
redis:
image: redis
ports:
- "6379:6379"
#!/bin/bash
cat docker-compose.yml | docker-compose -f - up
@rmetzler
Copy link
Author

rmetzler commented Jan 4, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment