mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-24 00:28:00 +00: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:
parent
480cb2db5e
commit
eefa3cbf6e
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue