Skip to content

[LOGS]: logs are lost when detaching #4233

Open
@apostasie

Description

@apostasie

Description

If you detach from a ti container, stdout after the detach is lost.

Seen in #4176

Tag @fahedouch

Steps to reproduce the issue

nerdctl rm -f foo

nerdctl run -ti --name foo debian sh -c -- "echo see me; sleep 5; echo see me too; sleep 1";

# detach ctrl+p ctrl+q immediately after seeing "see me"

Now:

nerdctl logs -f foo

Outputs:

see me

Should output:

see me
see me too

Describe the results you received and expected

Logs to be complete.

What version of nerdctl are you using?

main

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

None

Host information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions