Skip to content

Instantly share code, notes, and snippets.

@chrisdpa-tvx
Created July 17, 2017 15:36
Show Gist options
  • Save chrisdpa-tvx/fa002d6fcdc401bcc4adc7d8d6480b85 to your computer and use it in GitHub Desktop.
Save chrisdpa-tvx/fa002d6fcdc401bcc4adc7d8d6480b85 to your computer and use it in GitHub Desktop.
See netstat detail of a running docker container:
nsenter -t $(docker inspect -f '{{.State.Pid}}' _container_id_) -n netstat -tunapp
@iaon
Copy link

iaon commented Feb 22, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment