瀏覽代碼

Merge pull request #25743 from lixiaobing10051267/masterInspect

Check the return message of docker service inspect
Sebastiaan van Stijn 9 年之前
父節點
當前提交
6fa69d2d06
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/swarm/swarm-tutorial/delete-service.md

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

@@ -33,7 +33,7 @@ removed the service. The CLI returns a message that the service is not found:
     ```
     ```
     $ docker service inspect helloworld
     $ docker service inspect helloworld
     []
     []
-    Error: no such service or task: helloworld
+    Error: no such service: helloworld
     ```
     ```
 
 
 ## What's next?
 ## What's next?