From b40850a78973a6efbcc7c31c246ae2d6692aa4a8 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Mon, 3 Mar 2014 11:31:37 -0800 Subject: [PATCH] Update readme to remove .nspid Docker-DCO-1.1-Signed-off-by: Michael Crosby (github: crosbymichael) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b81401cd0..103253150 100644 --- a/README.md +++ b/README.md @@ -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.