From b756be37eb617f0fb2f5dc52ee8e3ac8d978b879 Mon Sep 17 00:00:00 2001 From: Cheng Zhang Date: Thu, 5 Mar 2015 16:09:19 +0800 Subject: [PATCH] Modify description of StartDocker and StopDocker Signed-off-by: Cheng Zhang --- drivers/drivers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/drivers.go b/drivers/drivers.go index b9e71f83ec..2562327464 100644 --- a/drivers/drivers.go +++ b/drivers/drivers.go @@ -54,10 +54,10 @@ type Driver interface { // Kill stops a host forcefully Kill() error - // RestartDocker restarts a Docker daemon on the machine + // StartDocker starts a Docker daemon on the machine StartDocker() error - // RestartDocker restarts a Docker daemon on the machine + // StopDocker stops a Docker daemon on the machine StopDocker() error // Upgrade the version of Docker on the host to the latest version