Rob Murray
Rob Murray
**- What I did** When running: ``` docker network create --ipv6 b46 docker run --rm -ti \ --network name=b46,driver-opt=com.docker.network.endpoint.sysctls=net.ipv6.conf.IFNAME.disable_ipv6=1 \ busybox ``` IPv6 is enabled in the container and the...
**Draft PR ...** - stacked on top of https://github.com/moby/moby/pull/50182 - fine for a patch or minor release if it gets merged before 29.0, but parked on 29.0 for now. **-...
**Draft PR ...** - stacked on top of https://github.com/moby/moby/pull/50181 - fine for a patch or minor release if it gets merged before 29.0, but parked on 29.0 for now. **-...
### Description Write/generate documentation for nftables rules equivalent to https://github.com/moby/moby/blob/master/integration/network/bridge/iptablesdoc/index.md
### Description Initially, we'll want to ship with the option to enable nftables rules. At some point, it'll become the default when it's available on the host, and at some...
### Description Work out how to test nftables as well as iptables in CI, without just doubling all the testing. Can probably base it on the config for testing with...
# WIP, Draft PR - running tests **- What I did** - fix https://github.com/moby/moby/issues/50066 - related to https://github.com/moby/moby/pull/48323 (https://github.com/moby/moby/commit/18327745c00d4d2e98e5ea7241c1a1ef43b0401b) - related to https://github.com/moby/moby/pull/47871 When an endpoint in a gateway mode...
- stacked on https://github.com/moby/moby/pull/51636 - stacked on https://github.com/moby/moby/pull/51674 **- What I did** - related to https://github.com/moby/moby/issues/51511 **- How I did it** - Tell NRI plugins about container state and mounts,...
### Description Following on from: - https://github.com/moby/moby/issues/51346 Produce an initial pipe-cleaning version of NRI support that covers at-least: - ContainerCreate - Allow env-var modification/addition - Allow additional mounts - Return...
**- What I did** - related to https://github.com/moby/moby/issues/51511 - Add replace rules to pick up moby api/client modules with the NRI changes. - Display NRI info if present in the...