浏览代码

command "docker service remove" not insistant

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
(cherry picked from commit 078e2aa1571ad402f0a9599e6fac2286a3d35f54)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
lixiaobing10051267 9 年之前
父节点
当前提交
fc8a0f4786
共有 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
 run your manager node. For example, the tutorial uses a machine named
 `manager1`.
 `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
     $ docker service rm helloworld