瀏覽代碼

Merge pull request #25700 from lixiaobing10051267/masterSwarmRmService

command "docker service remove" not consistent
Brian Goff 9 年之前
父節點
當前提交
bfc3f121f1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/swarm/swarm-tutorial/delete-service.md

+ 1 - 1
docs/swarm/swarm-tutorial/delete-service.md

@@ -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