Last active
March 20, 2018 08:50
-
-
Save pmoust/bf0d55d8227a4b4b99f09c077a72a6f3 to your computer and use it in GitHub Desktop.
dockah
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 -it --rm --security-opt=seccomp:unconfined \ | |
--security-opt=apparmor:unconfined \ | |
--privileged --pid=host --userns=host \ | |
debian:jessie@sha256:51cd80bb935b76fbbf49640750736abc63ab7084d5331e198326b20063e7f13c \ | |
nsenter -t 1 -m -u -n -i -F /bin/sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment