Skip to content

Commit 982a8cc

Browse files
committed
support dry-run for kill command
Signed-off-by: Guillaume Lours <[email protected]>
1 parent 790712f commit 982a8cc

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
@@ -63,7 +63,7 @@ func (d *DryRunClient) ContainerCreate(ctx context.Context, config *containerTyp
6363
}
6464

6565
func (d *DryRunClient) ContainerKill(ctx context.Context, container, signal string) error {
66-
return ErrNotImplemented
66+
return nil
6767
}
6868

6969
func (d *DryRunClient) ContainerPause(ctx context.Context, container string) error {

0 commit comments

Comments
 (0)