We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411c41d commit a1291c8Copy full SHA for a1291c8
engine/swarm/swarm-tutorial/delete-service.md
@@ -31,7 +31,8 @@ you can delete the service from the swarm.
31
```
32
33
4. Even though the service no longer exists, the task containers take a few
34
- 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
35
+ tasks have been removed.
36
37
```bash
38
$ docker ps
0 commit comments