Dimitris Mandalidis
Dimitris Mandalidis
**BUG REPORT**: ## Description Closing the event reader blocks forever ## How to reproduce ``` try (DockerClient client = new ResteasyDockerClientBuilder().fromEnv().build()) { try (EventStream events = client.events()) {} } ```...
### Description Removing a volume which is in use by a container silently fails instead of throwing an error (i.e. HTTP 409). This was working as expected in 20.10.x versions...
Hi, I have a container-like record which contains a list of item records which I want to filter, the problem is that the content filter class is not being instantiated...