Stop only the service ran by it's up command

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2021-09-20 12:31:41 +02:00
parent 480a255a0e
commit 2a1e989f3e
5 changed files with 24 additions and 6 deletions

View file

@ -186,6 +186,8 @@ type ImagesOptions struct {
// KillOptions group options of the Kill API
type KillOptions struct {
// Services passed in the command line to be killed
Services []string
// Signal to send to containers
Signal string
}