nerdctl icon indicating copy to clipboard operation
nerdctl copied to clipboard

Detaching after attach should return exitcode 1

Open apostasie opened this issue 4 months ago • 0 comments

Description

docker run -it --detach-keys=ctrl-a,ctrl-b --name what ghcr.io/stargz-containers/alpine:3.13-org
docker attach --detach-keys=ctrl-a,ctrl-b what; echo $?
/ # read escape sequence
1

nerdctl returns 0.

Steps to reproduce the issue

No response

Describe the results you received and expected

na

What version of nerdctl are you using?

main

Are you using a variant of nerdctl? (e.g., Rancher Desktop)

None

Host information

No response

apostasie avatar Oct 18 '24 18:10 apostasie