Last active
October 23, 2024 08:06
-
-
Save mpaloni/cccbc18e1b47b003e05ba59b4f36e729 to your computer and use it in GitHub Desktop.
Docker gists
This file contains 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
# Redis | |
docker run --rm -it --name redis-stack --network="host" redis/redis-stack:latest | |
docker run --rm -it --name redisinsight --network="host" redis/redisinsight:latest | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment