mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Update podman-remote start --attach to handle detach keys
fixes #7979 Signed-off-by: Andy Librian <andylibrian@gmail.com>
This commit is contained in:
@ -500,7 +500,6 @@ func (ic *ContainerEngine) ContainerStart(ctx context.Context, namesOrIds []stri
|
||||
if err == define.ErrDetach {
|
||||
// User manually detached
|
||||
// Exit cleanly immediately
|
||||
report.Err = err
|
||||
reports = append(reports, &report)
|
||||
return reports, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user