Skip to content

Commit a1291c8

Browse files
author
Misty Stanley-Jones
authored
Add missing text (docker#2569)
1 parent 411c41d commit a1291c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/swarm/swarm-tutorial/delete-service.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ you can delete the service from the swarm.
3131
```
3232

3333
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.
34+
seconds to clean up. You can use `docker service ps` to verify when the
35+
tasks have been removed.
3536

3637
```bash
3738
$ docker ps

0 commit comments

Comments
 (0)