From e9c1b0144ae784df9d26f59bfadd8cb2fc3a1d69 Mon Sep 17 00:00:00 2001 From: "Daniel, Dao Quang Minh" Date: Thu, 11 Dec 2014 13:45:07 -0500 Subject: [PATCH] fix some grammar errors Docker-DCO-1.1-Signed-off-by: Daniel, Dao Quang Minh (github: dqminh) --- SPEC.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SPEC.md b/SPEC.md index 2097c7e1c..85b575023 100644 --- a/SPEC.md +++ b/SPEC.md @@ -321,13 +321,13 @@ a container. ### Execute a new process inside of a running container. User can execute a new process inside of a running container. Any binaries to be -executed must be contained within the container's rootfs. +executed must be accessible within the container's rootfs. -The started process is jailed inside the current container's rootfs. Any changes -made by the process to the container's filesystem will be persisted after the +The started process will run inside the container's rootfs. Any changes +made by the process to the container's filesystem will persist after the process finished executing. -The started process will join the container's existing namespaces. When the +The started process will join all the container's existing namespaces. When the container is paused, the process will also be paused and will resume when the container is unpaused. The started process will only run when the container's primary process (PID 1) is running, and will not be restarted when the container