Skip to content

Commit c4b47fe

Browse files
authored
Merge pull request docker#10339 from glours/dry-run-restart-support
Dry run restart support
2 parents a84345b + 167c6a8 commit c4b47fe

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
@@ -95,7 +95,7 @@ func (d *DryRunClient) ContainerRename(ctx context.Context, container, newContai
9595
}
9696

9797
func (d *DryRunClient) ContainerRestart(ctx context.Context, container string, options containerType.StopOptions) error {
98-
return ErrNotImplemented
98+
return nil
9999
}
100100

101101
func (d *DryRunClient) ContainerStart(ctx context.Context, container string, options moby.ContainerStartOptions) error {

0 commit comments

Comments
 (0)