mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update readme to remove .nspid
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
44c3b71332
commit
2f35f8e2a8
1 changed files with 1 additions and 1 deletions
|
@ -87,4 +87,4 @@ nsinit exec /bin/bash
|
|||
If you wish to spawn another process inside the container while your current bash session is
|
||||
running just run the exact same command again to get another bash shell or change the command. If the original process dies, PID 1, all other processes spawned inside the container will also be killed and the namespace will be removed.
|
||||
|
||||
You can identify if a process is running in a container by looking to see if `.nspid` is in the root of the directory.
|
||||
You can identify if a process is running in a container by looking to see if `pid` is in the root of the directory.
|
||||
|
|
Loading…
Add table
Reference in a new issue