mirror of https://github.com/docker/docs.git
Update delete-service.md (#2956)
`docker service ps` needs the SERVICE-ID as a parameter, and the service don't exist after removed.
This commit is contained in:
parent
28fdfd3b28
commit
566af4709c
|
@ -31,7 +31,7 @@ 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 service ps` to verify when the
|
||||
seconds to clean up. You can use `docker ps` on the nodes to verify when the
|
||||
tasks have been removed.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue