Skip to content

Instantly share code, notes, and snippets.

@feczo
Created September 19, 2014 04:49
Show Gist options
  • Save feczo/ecf9b4b6c1d5d96888eb to your computer and use it in GitHub Desktop.
Save feczo/ecf9b4b6c1d5d96888eb to your computer and use it in GitHub Desktop.
docker enter container
docker ps
ID=291d97be9ac9
PID=`docker inspect --format "{{ .State.Pid }}" $ID`
nsenter --target $PID --mount --uts --ipc --net --pid
ref:
https://blog.codecentric.de/en/2014/07/enter-docker-container/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment