mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
support dry-run for stop command
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
e6e2f7839f
commit
78b9404767
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ func (d *DryRunClient) ContainerStart(ctx context.Context, container string, opt
|
|||
}
|
||||
|
||||
func (d *DryRunClient) ContainerStop(ctx context.Context, container string, options containerType.StopOptions) error {
|
||||
return ErrNotImplemented
|
||||
return nil
|
||||
}
|
||||
|
||||
func (d *DryRunClient) ContainerUnpause(ctx context.Context, container string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue