Openshift Cheat Sheet
Get inside the netnamespace of a running container - for use of tools like ping:
$ nsenter -u -n -i -p -t $(docker inspect --format "{{.State.Pid}}" <pod1-container-id>)
Read other posts
Comments
Get inside the netnamespace of a running container - for use of tools like ping:
$ nsenter -u -n -i -p -t $(docker inspect --format "{{.State.Pid}}" <pod1-container-id>)