Created
June 25, 2017 17:40
-
-
Save beldpro-ci/917488870bb2b9cc8d7a8143042b0784 to your computer and use it in GitHub Desktop.
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
docker run \ | |
--rm \ # remove the container after we run it | |
-it \ # add a tty and start it w/ interactive mode | |
--privileged \ # grant all permissions to the container | |
--pid=host \ # share the host PID space | |
justincormack/nsenter1 \ # magic 🎩 | |
/bin/sh # start /bin/sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment