mirror of
https://github.com/docker/compose.git
synced 2026-07-11 02:34:25 +00:00
Merge pull request #10339 from glours/dry-run-restart-support
Dry run restart support
This commit is contained in:
commit
c4b47fe911
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue