mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Stop only the service ran by it's up command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
480a255a0e
commit
2a1e989f3e
5 changed files with 24 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue