Skip to content

Instantly share code, notes, and snippets.

@pmoust
Last active March 20, 2018 08:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmoust/bf0d55d8227a4b4b99f09c077a72a6f3 to your computer and use it in GitHub Desktop.
Save pmoust/bf0d55d8227a4b4b99f09c077a72a6f3 to your computer and use it in GitHub Desktop.
dockah
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