Skip to content

Instantly share code, notes, and snippets.

@sqrtofsaturn
Last active April 13, 2016 20:59
Show Gist options
  • Select an option

  • Save sqrtofsaturn/edfd88d23db8b180ca9945b3664ee0db to your computer and use it in GitHub Desktop.

Select an option

Save sqrtofsaturn/edfd88d23db8b180ca9945b3664ee0db to your computer and use it in GitHub Desktop.
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