mirror of
https://github.com/containers/podman.git
synced 2025-06-23 10:38:20 +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 {
|
if err == define.ErrDetach {
|
||||||
// User manually detached
|
// User manually detached
|
||||||
// Exit cleanly immediately
|
// Exit cleanly immediately
|
||||||
report.Err = err
|
|
||||||
reports = append(reports, &report)
|
reports = append(reports, &report)
|
||||||
return reports, nil
|
return reports, nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user