mirror of
https://github.com/moby/moby.git
synced 2026-08-04 15:11:00 +00:00
command "docker service remove" not insistant
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
(cherry picked from commit 078e2aa157)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
9bc8e7858c
commit
fc8a0f4786
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user