Skip to content

Instantly share code, notes, and snippets.

@u1i
Last active August 11, 2017 03:09
Show Gist options
  • Save u1i/678a96a7edd626d539d6953728d551d6 to your computer and use it in GitHub Desktop.
Save u1i/678a96a7edd626d539d6953728d551d6 to your computer and use it in GitHub Desktop.
mockbin docker
docker run -d -p 6379:6379 --name mockbin_redis redis
docker run -d -p 8888:8080 --link mockbin_redis:redis brianlow/mockbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment