Skip to content

Instantly share code, notes, and snippets.

@modesto
Created November 3, 2016 17:44
Show Gist options
  • Save modesto/8c18a6683049808480ebe946fc2e3b0c to your computer and use it in GitHub Desktop.
Save modesto/8c18a6683049808480ebe946fc2e3b0c to your computer and use it in GitHub Desktop.
Docker cheatsheet

Tail docker logs: docker logs -f

Redis with password: docker run -d -p 6379:6379 -t redis:alpine --requirepass

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