summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-07-10 12:18:57 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-10 12:18:57 -0400
commit3ac773e4c71490ec63f47739368c90832eea1467 (patch)
tree0938651f3b04e196bfffa7f3e143406fa361ec45
parent77fd5be8b6ca186af543e9ea0550b46630e1c396 (diff)
downloadmeta-virtualization-3ac773e4c71490ec63f47739368c90832eea1467.tar.gz
docker: make fragment standalone
Importing the docker configuratino fragment from meta-overc, which adds options and capabilities to allow container to start out of the box. Note: There are more options that could be added here, but many of them are decision of the distro and depend on runtime configuration choices. So to balance the size of the build and leave decisions where they belong, we keep this as small as possible. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-kernel/linux/linux-yocto/docker.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/docker.cfg b/recipes-kernel/linux/linux-yocto/docker.cfg
index d0ebb666..4ee8e369 100644
--- a/recipes-kernel/linux/linux-yocto/docker.cfg
+++ b/recipes-kernel/linux/linux-yocto/docker.cfg
@@ -1 +1,12 @@
1CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m 1CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
2CONFIG_IP_NF_FILTER=m
3CONFIG_NF_NAT=m
4CONFIG_NF_CONNTRACK_IPV4=y
5
6CONFIG_DM_THIN_PROVISIONING=m
7
8
9CONFIG_IP_NF_NAT=m
10CONFIG_IP_NF_TARGET_MASQUERADE=m
11
12CONFIG_OVERLAY_FS=y