command "docker service remove" not insistant

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
Upstream-commit: 078e2aa1571ad402f0a9599e6fac2286a3d35f54
Component: engine
This commit is contained in:
lixiaobing10051267
2016-08-15 15:11:37 +08:00
parent ce5e5d9c75
commit 9716ade879

View File

@ -20,7 +20,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