mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
support dry-run for kill command
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
790712fa92
commit
982a8ccb88
@ -63,7 +63,7 @@ func (d *DryRunClient) ContainerCreate(ctx context.Context, config *containerTyp
|
||||
}
|
||||
|
||||
func (d *DryRunClient) ContainerKill(ctx context.Context, container, signal string) error {
|
||||
return ErrNotImplemented
|
||||
return nil
|
||||
}
|
||||
|
||||
func (d *DryRunClient) ContainerPause(ctx context.Context, container string) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user