Rob Murray

Results 211 comments of Rob Murray

Yes, test failures look unrelated to this change. As you say, it seems a test runner is low on space. Strange to have hit the same thing on the first...

> Can I trouble someone to re-run the one failing unit test? Looks like it's going to keep failing ... lots of stuff is broken today, but definitely unrelated to...

Thank you @danegsta - providing a size hint seems like a good idea to me, or perhaps a strict minimum size. The current built-in default address pools are too big....

HI @akama-aka - this might be something we could add, when running with `firewalld` there's already a reload function - a firewalld reload flushes the rules. But it'd be good...

Hi all - I got here while looking at https://github.com/moby/moby/issues/51077 ... it's reporting the same thing as the initial description here, the "poststart" hook is called before the user process...

Every time a container is connected to a network, Docker Engine looks at the container's whole set of endpoints and picks one to use as the gateway. (And, the same...

> A > B works and is great but there are scenarios where A < B are required or wanted. Hi @mrpops2ko - yes, understood ... only having the network...

Access from outside a host to container addresses inside bridge networks got blocked in moby 28.0, is that the issue? https://www.docker.com/blog/docker-engine-28-hardening-container-networking-by-default/

If running dockerd with env var `DOCKER_INSECURE_NO_IPTABLES_RAW=1` makes it work - that's the issue. Either way, I'd like to know more about what the network looks like - is it...