mirror of https://github.com/docker/docs.git
Modify description of StartDocker and StopDocker
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
This commit is contained in:
parent
bce52e1de5
commit
b756be37eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue