Created
June 13, 2021 07:00
-
-
Save sujalmandal/76f5c615896eaf647acfdc5adf42d6d3 to your computer and use it in GitHub Desktop.
log into a running docker container with root
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 exec -it --user root <container_id> /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment