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:
Guilherme Rezende 2017-04-21 13:19:25 -03:00 committed by John Mulhausen
parent 28fdfd3b28
commit 566af4709c
1 changed files with 1 additions and 1 deletions

View File

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