This commit is contained in:
2015-06-05 14:09:36 +01:00
parent 4c74bdab15
commit bcc1194d48
12 changed files with 376 additions and 8 deletions

2
bin/test/enter Normal file
View File

@@ -0,0 +1,2 @@
PID=`docker inspect -f "{{ .State.Pid }}" $1`
nsenter --target $PID --mount --uts --ipc --net --pid -- /bin/bash -l