Created
December 11, 2019 10:55
-
-
Save Sharkrit/51c1da78ff1ab0c3b6591c5f70d17b8b to your computer and use it in GitHub Desktop.
How to get inside Namespace using nsenter
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
# How to get inside Namespace using nsenter | |
nsenter -t <Pid> -n netstat -tunlb | |
docker ps | grep <name> | |
docker inspect <namespace> | grep | |
TBC | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment