docker-compose: add alias for docker-compose kill (#8997)

This commit is contained in:
Piotr Zając
2020-07-14 17:40:23 +02:00
committed by GitHub
parent 8260005dc7
commit 68b98c9d53
2 changed files with 2 additions and 0 deletions

View File

@@ -28,3 +28,4 @@ plugins=(... docker-compose)
| dclf | `docker-compose logs -f` | Show logs and follow output |
| dcpull | `docker-compose pull` | Pull image of a service |
| dcstart | `docker-compose start` | Start a container |
| dck | `docker-compose kill` | Kills containers |