mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
add dry-run support to restart command
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
a84345be8f
commit
167c6a89b1
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