Skip to content

Instantly share code, notes, and snippets.

@thegrid22593
Last active November 14, 2019 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thegrid22593/acd7992957369a0c958e726b6d266573 to your computer and use it in GitHub Desktop.
Save thegrid22593/acd7992957369a0c958e726b6d266573 to your computer and use it in GitHub Desktop.
**Start a new container**
`docker run -d -p 6379:6379 --name [name] [container-type]`
**Check its running**
`docker ps`
**Log output**
`docker logs [name]`
**Run the Redis CLI in the container**
`docker exec -it [name] sh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment