Skip to content

Instantly share code, notes, and snippets.

@Sharkrit
Created December 11, 2019 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sharkrit/51c1da78ff1ab0c3b6591c5f70d17b8b to your computer and use it in GitHub Desktop.
Save Sharkrit/51c1da78ff1ab0c3b6591c5f70d17b8b to your computer and use it in GitHub Desktop.
How to get inside Namespace using nsenter
# 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