Skip to content

Instantly share code, notes, and snippets.

@javierav
Created January 3, 2022 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javierav/9ebca137427331361d21be77024f6cc5 to your computer and use it in GitHub Desktop.
Save javierav/9ebca137427331361d21be77024f6cc5 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
docker run \
-d \
--name "redis" \
--restart unless-stopped \
-p 6379:6379 \
--mount 'type=volume,source=redis_storage,target=/data,volume-driver=local' \
redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment