[Buildroot] [PATCH 2/2] docker-engine: add dependency on docker-proxy

Christian Stewart christian at paral.in
Tue Jun 13 16:42:53 UTC 2017


Arnout,

On Tue, Jun 13, 2017 at 9:37 AM, Arnout Vandecappelle <arnout at mind.be>
>  In fact, the same consideration goes for the other runtime dependencies of
> docker-engine. containerd is probably pretty much unavoidable, but are iptables
> and sqlite always needed, or only for certain features?


Please see this patch series and review it first, in light of what
you're suggesting here:

 - https://patchwork.ozlabs.org/patch/760397/
 - https://patchwork.ozlabs.org/patch/760394/
 - https://patchwork.ozlabs.org/patch/760395/

Sqlite is not required at all, afaik, and I will run some tests today
to see if disabling it breaks Docker (it probably won't).

iptables is definitely required, I wouldn't make that optional, just
because Docker does a lot of network abstraction internally with it,
and would very likely break completely without it.

Best,
Christian



More information about the buildroot mailing list