Skip to content

Commit 78b9404

Browse files
gloursndeloof
authored andcommitted
support dry-run for stop command
Signed-off-by: Guillaume Lours <[email protected]>
1 parent e6e2f78 commit 78b9404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/dryrunclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (d *DryRunClient) ContainerStart(ctx context.Context, container string, opt
9393
}
9494

9595
func (d *DryRunClient) ContainerStop(ctx context.Context, container string, options containerType.StopOptions) error {
96-
return ErrNotImplemented
96+
return nil
9797
}
9898

9999
func (d *DryRunClient) ContainerUnpause(ctx context.Context, container string) error {

0 commit comments

Comments
 (0)