mirror of https://github.com/docker/docs.git
Add missing text (#2569)
This commit is contained in:
parent
411c41d991
commit
a1291c8ef6
|
@ -31,7 +31,8 @@ you can delete the service from the swarm.
|
|||
```
|
||||
|
||||
4. Even though the service no longer exists, the task containers take a few
|
||||
seconds to clean up. You can use `docker ps` to verify when they are gone.
|
||||
seconds to clean up. You can use `docker service ps` to verify when the
|
||||
tasks have been removed.
|
||||
|
||||
```bash
|
||||
$ docker ps
|
||||
|
|
Loading…
Reference in New Issue