Use the correct error message when trying to inspect a nonexisting container

This commit is contained in:
Victory Osikwemhe 2022-11-28 12:49:52 +01:00 committed by GitHub
parent 3afb64d9e8
commit 73ce2ff6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ you can delete the service from the swarm.
```console
$ docker service inspect helloworld
[]
Error: no such service: helloworld
Status: Error: no such service: helloworld, Code: 1
```
4. Even though the service no longer exists, the task containers take a few