Kevin Wittek
                                            Kevin Wittek
                                        
                                    Not sure if this will resolve the issue, just saying I can't reproduce on up-to-date version.
Hi @blindpirate, thanks for raising this issue. Can you correlate this in any way with the length of the video? Can you also reproduce sometimes it when just running a...
Can you confirm that the test runs fine if you disable video recording? Are you on an ARM MacBook? We are using [this image](https://hub.docker.com/r/testcontainers/vnc-recorder/tags) for doing the encoding.
In addition, if some can outline the already encountered issues (in case there are any) in using RocketMq with `GenericContainer` here, we can further assess and discuss the need for...
Please refrain from spamming issues with "+1" comments. this won't expedite the implementation and it just adds noise for the maintainers.
This should happen with Java 9 as well (it happens in our [CI build](https://travis-ci.org/testcontainers/testcontainers-java/jobs/378932479)). Since this warning comes from Netty, I think there's not much we can do about it...
Thanks for your investment, as I see you've also fixed it over at docker-java in https://github.com/docker-java/docker-java/pull/1038. So we can simply update our dependency to rc-4 once it's released it seems?
AFAIK we are already using rc3 now (and there was a reason for it), so it might be okay in this case.
@bsideup Do we still need to keep this open? After all, we have a working JDK9 build now.
We are using `junixsocket` as a dependency in [tcp-unix-socket-proxy](https://github.com/rnorth/tcp-unix-socket-proxy) by @rnorth. Maybe we can find a solution there. Still I wonder why this problem happens, since we are doing a...