mirror of https://github.com/docker/compose.git
Merge pull request #10339 from glours/dry-run-restart-support
Dry run restart support
This commit is contained in:
commit
c4b47fe911
|
@ -95,7 +95,7 @@ func (d *DryRunClient) ContainerRename(ctx context.Context, container, newContai
|
|||
}
|
||||
|
||||
func (d *DryRunClient) ContainerRestart(ctx context.Context, container string, options containerType.StopOptions) error {
|
||||
return ErrNotImplemented
|
||||
return nil
|
||||
}
|
||||
|
||||
func (d *DryRunClient) ContainerStart(ctx context.Context, container string, options moby.ContainerStartOptions) error {
|
||||
|
|
Loading…
Reference in New Issue