Browse code

Merge pull request #25700 from lixiaobing10051267/masterSwarmRmService

command "docker service remove" not consistent

Brian Goff authored on 2016/08/15 22:55:52
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@ you can delete the service from the swarm.
19 19
 run your manager node. For example, the tutorial uses a machine named
20 20
 `manager1`.
21 21
 
22
-2. Run `docker service remove helloworld` to remove the `helloworld` service.
22
+2. Run `docker service rm helloworld` to remove the `helloworld` service.
23 23
 
24 24
     ```
25 25
     $ docker service rm helloworld