[Buildroot] [PATCH 1/3] runc: bump version to v1.0.0-rc2

Christian Stewart christian at paral.in
Wed Oct 19 21:05:12 UTC 2016


Peter,

On Wed, Oct 19, 2016 at 4:52 PM, Peter Korsgaard <peter at korsgaard.com> wrote:
> Are you sure? I got errors without iptables. Running dockerd through
> strace I see several invocations of iptables:

I guess I was wrong.

Called here: https://github.com/docker/libnetwork/blob/master/iptables/iptables.go#L400

Needs modprobe binary as well.

> And then I seem to be missing something else, because it dies with:
>
>
> FATA[0004] Error starting daemon: Error initializing network controller:
> Error creating default "bridge" network: Failed to program NAT chain:
> Failed to inject docker in PREROUTING chain: iptables failed: iptables
> --wait -t nat -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER:
> iptables: No chain/target/match by that name.

This is quite strange and might just be a Docker bug. I had a look
over the binaries Docker calls and couldn't find anything else that
seems related.

Patch submitted to fix.

Best,
Christian Stewart



More information about the buildroot mailing list