Merge pull request #25700 from lixiaobing10051267/masterSwarmRmService

command "docker service remove" not consistent
Upstream-commit: bfc3f121f10f0dd17833ee1f2d8ccd8b7dcafa5f
Component: engine
This commit is contained in:
Brian Goff
2016-08-15 09:55:52 -04:00
committed by GitHub

View File

@ -19,7 +19,7 @@ you can delete the service from the swarm.
run your manager node. For example, the tutorial uses a machine named
`manager1`.
2. Run `docker service remove helloworld` to remove the `helloworld` service.
2. Run `docker service rm helloworld` to remove the `helloworld` service.
```
$ docker service rm helloworld