1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Check the return message of docker service inspect

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
lixiaobing10051267 2016-08-16 14:47:13 +08:00
parent 3c6f4cd5a6
commit 68ef256984

View file

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