Browse Source

Merge pull request #25743 from lixiaobing10051267/masterInspect

Check the return message of docker service inspect
(cherry picked from commit 6fa69d2d0610320cce61517eca6e4471f5381561)

Signed-off-by: Charles Smith <charles.smith@docker.com>
Sebastiaan van Stijn 9 năm trước cách đây
mục cha
commit
dc49ed96cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     []
-    Error: no such service or task: helloworld
+    Error: no such service: helloworld
     ```
 
 ## What's next?