Created
May 27, 2020 05:10
-
-
Save ashleyconnor/ebc86c2c21211ceb5763c2bff97ebce6 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 run --name my-redis -d redis | |
$ docker run -it --pid=container:my-redis \ | |
--net=container:my-redis \ | |
--cap-add sys_admin \ | |
alpine sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment