Last active
February 15, 2022 16:13
-
-
Save romanitalian/c5a0baf98ace6898f726529c5790b276 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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