Skip to content

Instantly share code, notes, and snippets.

@romanitalian
Last active February 15, 2022 16:13
Show Gist options
  • Save romanitalian/c5a0baf98ace6898f726529c5790b276 to your computer and use it in GitHub Desktop.
Save romanitalian/c5a0baf98ace6898f726529c5790b276 to your computer and use it in GitHub Desktop.
docker pull redis
docker run - name redis-test-instance -p 6379:6379 -d redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment