Modify description of StartDocker and StopDocker

Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
This commit is contained in:
Cheng Zhang 2015-03-05 16:09:19 +08:00
parent bce52e1de5
commit b756be37eb
1 changed files with 2 additions and 2 deletions

View File

@ -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