Update podman-remote start --attach to handle detach keys

fixes #7979

Signed-off-by: Andy Librian <andylibrian@gmail.com>
This commit is contained in:
Andy Librian
2020-10-16 19:43:50 +07:00
parent 480cb2db5e
commit eefa3cbf6e

View File

@ -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
}