|
|
|
|
|
by WestCoastJustin
4259 days ago
|
|
I thought there was a way to enter a namespace (googled this as I write the comment). Basically you have your shell and debug bits outside the container and make it appear as if it was inside it via nsenter [1]. I have not tested this, but will do that in a second. This might correct the situation you are thinking of. +--------------------+
| docker container |
| w/ static bin |
| <----- nsenter + bash/debug bits (on host machine)
+--------------------+
[1] http://www.kevssite.com/2014/08/05/console-access-into-a-run... |
|