Merge pull request #25700 from lixiaobing10051267/masterSwarmRmService
command "docker service remove" not consistent
This commit is contained in:
commit
bfc3f121f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue