-
-
Save sqrtofsaturn/edfd88d23db8b180ca9945b3664ee0db to your computer and use it in GitHub Desktop.
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
| docker run -d --name requestbin_redis redis | |
| docker run -d --name request -p :80 --link requestbin_redis:redis -e REDIS_URL=redis://redis:6379/0 crccheck/requestbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment