brahmini7632
brahmini7632
@apostasie so cleanup is not happening for the self removing containers. So, this is something needs to be fixed right ? Because this functionality was working before in v1.3.1, but...
Seeing the same behavior with containerd v1.7.25.
@ningmingxiao Doing the container stop and remove using nerdctl run --rm, but it is not clearing up the fifo file of that stopped container.
1. nerdctl run --privileged --rm --name nginx nginx:latest (example name) 2. nerdctl stop nginx 3. after stopping the container could see it is not clearing up the fifo file under...
Reached out to flatcar team initially and they were able to reproduce the issue too and recommended to reach out as this seems like a containerd issue. ```I built a...
I just gave an nginx as an example, but we are using our own images for our services, and seeing this issue. From your output seems like it doesn't even...