mirror of https://github.com/docker/docs.git
Merge pull request #718 from cheng--zhang/wording
Modify description of StartDocker and StopDocker
This commit is contained in:
commit
2121382d08
|
@ -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