فهرست منبع

Check the return message of docker service inspect

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 9 سال پیش
والد
کامیت
68ef256984
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?