Skip to content

Instantly share code, notes, and snippets.

@xynova
Last active August 4, 2017 15:01
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 xynova/0a21d4d64b6942d2db4b9080ed8d1ede to your computer and use it in GitHub Desktop.
Save xynova/0a21d4d64b6942d2db4b9080ed8d1ede to your computer and use it in GitHub Desktop.
Socat docker container instance
docker run -d --name socat \
--restart=always \
-p 6379:6379 \
socat-local \
-v TCP-LISTEN:6379,fork,reuseaddr openssl-connect:XXXX-XXXX-XXXX.redis.cache.windows.net:6380
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment