Rob Murray
Rob Murray
Just seeing what happens! ... **- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** ```markdown changelog ``` **- A picture...
- Stacked on top of https://github.com/moby/moby/pull/48594 - The first commit belonging to this PR is 'Implement gateway mode "nat-unprotected"'. **- What I did** Add gateway mode `nat-unprotected` for use in...
- Stacked on top of https://github.com/moby/moby/pull/48640 - The first commit belonging to this PR is "Combine outgoing and ICC iptables rules". **- What I did** Only add a single rule...
- Stacked on top of https://github.com/moby/moby/pull/48597 - The first commit belonging to this PR is "Use golden testdata in TestUserChain". **- What I did** Add static filter-FORWARD rules during bridge...
Hi all - moby maintainer here ... This is related to: - https://github.com/devcontainers/features/issues/1023 - https://github.com/devcontainers/features/pull/1068 - https://github.com/moby/moby/issues/47895 In moby 27.0 we enabled `ip6tables` by default. So, to create a Docker...
**- What I did** - fix https://github.com/moby/moby/issues/49509 If the userland-proxy is running, packets from one bridge network addressed to the host port are not DNAT'd - so that docker-proxy can...
### Description Noted by @blubitv in https://github.com/docker/cli/issues/5857#issuecomment-2676346267, related to 28.0.0. It's surprising to me, 27.5.1 seems to do the same thing, but perhaps there's a swarm-reason for it. ---- [...]...
### Description Reported by @uweber at: - https://github.com/moby/moby/pull/49392#issuecomment-2704335956 --- FYI: This broke our high availability container setup. We attach two ethernet interfaces via macvlan to a container, where only on...
### Description This escape-hatch was added in docker 28.0, and can be removed in 29.0 (or possibly a later "minor" release of 28.x) Related to: - https://github.com/moby/moby/issues/47952 - https://github.com/moby/moby/pull/48149 If...
**- What I did** - related to https://github.com/moby/moby/issues/49636 Implement `firewaller.NewNetwork` and `firewaller.Network.DelNetworkLevelRules` in the `nftabler`. There's some description of the (current view of) the final state of the bridge driver's...