mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #25743 from lixiaobing10051267/masterInspect
Check the return message of docker service inspect
(cherry picked from commit 6fa69d2d06
)
Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
parent
21e168053f
commit
dc49ed96cb
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue