* [Buildroot] [PATCH 1/1] docker-engine: add iptables runtime dependency
@ 2016-10-19 21:05 Christian Stewart
2016-10-19 21:08 ` Christian Stewart
2016-10-19 21:26 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Christian Stewart @ 2016-10-19 21:05 UTC (permalink / raw)
To: buildroot
The Docker engine calls iptables internally:
https://github.com/docker/libnetwork/blob/2c921b/iptables/iptables.go#L400
Signed-off-by: Christian Stewart <christian@paral.in>
---
package/docker-engine/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/docker-engine/Config.in b/package/docker-engine/Config.in
index b9b9aac..c20df96 100644
--- a/package/docker-engine/Config.in
+++ b/package/docker-engine/Config.in
@@ -16,6 +16,7 @@ config BR2_PACKAGE_DOCKER_ENGINE_DAEMON
depends on BR2_USE_MMU # docker-containerd
depends on BR2_USE_WCHAR # docker-containerd
select BR2_PACKAGE_DOCKER_CONTAINERD # runtime dependency
+ select BR2_PACKAGE_IPTABLES # runtime dependency
select BR2_PACKAGE_SQLITE # runtime dependency
default y
help
--
2.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] docker-engine: add iptables runtime dependency
2016-10-19 21:05 [Buildroot] [PATCH 1/1] docker-engine: add iptables runtime dependency Christian Stewart
@ 2016-10-19 21:08 ` Christian Stewart
2016-10-19 21:26 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Christian Stewart @ 2016-10-19 21:08 UTC (permalink / raw)
To: buildroot
All,
On Wed, Oct 19, 2016 at 5:05 PM, Christian Stewart <christian@paral.in> wrote:
> + select BR2_PACKAGE_IPTABLES # runtime dependency
Just noticed the indentation is wrong here, it should be 1 tab
character instead of two spaces.
~ Christian
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] docker-engine: add iptables runtime dependency
2016-10-19 21:05 [Buildroot] [PATCH 1/1] docker-engine: add iptables runtime dependency Christian Stewart
2016-10-19 21:08 ` Christian Stewart
@ 2016-10-19 21:26 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-10-19 21:26 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 19 Oct 2016 17:05:15 -0400, Christian Stewart wrote:
> The Docker engine calls iptables internally:
>
> https://github.com/docker/libnetwork/blob/2c921b/iptables/iptables.go#L400
>
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
> package/docker-engine/Config.in | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, after fixing the indentation. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-19 21:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-19 21:05 [Buildroot] [PATCH 1/1] docker-engine: add iptables runtime dependency Christian Stewart
2016-10-19 21:08 ` Christian Stewart
2016-10-19 21:26 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox