From b4cda7a6cabf1966daf67f291c2c41ff9a1369f4 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Tue, 24 Feb 2015 15:09:43 -0800 Subject: [PATCH] Fix comment for container.Start Signed-off-by: Alexander Morozov --- container.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container.go b/container.go index 0f54f39a5..59a544b64 100644 --- a/container.go +++ b/container.go @@ -90,7 +90,8 @@ type Container interface { // Systemerror - System error. Stats() (*Stats, error) - // Start a process inside the container. Returns the PID of the new process (in the caller process's namespace) and a channel that will return the exit status of the process whenever it dies. + // Start a process inside the container. Returns error if process fails to + // start. You can track process lifecycle with passed Process structure. // // errors: // ContainerDestroyed - Container no longer exists,