Skip to content

Instantly share code, notes, and snippets.

@shohi
Created January 16, 2020 08:51
Show Gist options
  • Save shohi/7c653ff6f2de8a3221cd0acf5709d0a0 to your computer and use it in GitHub Desktop.
Save shohi/7c653ff6f2de8a3221cd0acf5709d0a0 to your computer and use it in GitHub Desktop.
frequently used docker related scripts

1. Redis

docker run --rm -it -p 6379:6379 redis redis-server --loglevel verbose

2. Ubuntu

docker run --rm -it ubuntu:18.04 bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment