docker-debug.md
... ...
@@ -9,4 +9,4 @@ Find docker processes from system shell
9 9
# Network
10 10
Look at the network config from a container's namespace
11 11
`# nsenter -t $(docker inspect --format '{{.State.Pid}}' <containerid>) -n ip {addr|route|...}`
12
-or run bash instead of ip to b=get a shell in the namespace.
... ...
\ No newline at end of file
0
+or run bash instead of ip to get a shell in the namespace.
... ...
\ No newline at end of file