Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

system-docker network container: add iptables #1362

Closed
camrossi opened this issue Nov 2, 2016 · 6 comments
Closed

system-docker network container: add iptables #1362

camrossi opened this issue Nov 2, 2016 · 6 comments

Comments

@camrossi
Copy link

camrossi commented Nov 2, 2016

RancherOS Version: 0.7.0

**Where are you running RancherOS? BareMetal

As per #446 it should be possible to configure iptables at start up trough the network container.
However it seems only the console contains the iptables executable.

iptables should be added to the network container.

Thanks

@joshwget
Copy link
Contributor

@SvenDowideit I think we need to add iptables to the base image. We currently bind mount it into the console from the host. I'm assuming it's done this way to save space, but I don't think it's a good idea to have a special case for just this one binary. It's not that big anyways.

@SvenDowideit
Copy link
Contributor

I'd rather go the other way - but we'll see

@joshwget
Copy link
Contributor

joshwget commented Jan 9, 2017

What other way? I'm not sure what you mean.

@SvenDowideit
Copy link
Contributor

have less in the base image, and compose things together.

@joshwget
Copy link
Contributor

I'd mostly prefer that too, but it's not possible with buildroot. We can revisit it in more depth after #1478 is merged.

@SvenDowideit
Copy link
Contributor

this was added in v0.9.0 by #1669

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants