mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
77fd5be8b6
commit
3ac773e4c7
|
@ -1 +1,12 @@
|
||||||
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
|
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
|
||||||
|
CONFIG_IP_NF_FILTER=m
|
||||||
|
CONFIG_NF_NAT=m
|
||||||
|
CONFIG_NF_CONNTRACK_IPV4=y
|
||||||
|
|
||||||
|
CONFIG_DM_THIN_PROVISIONING=m
|
||||||
|
|
||||||
|
|
||||||
|
CONFIG_IP_NF_NAT=m
|
||||||
|
CONFIG_IP_NF_TARGET_MASQUERADE=m
|
||||||
|
|
||||||
|
CONFIG_OVERLAY_FS=y
|
||||||
|
|
Loading…
Reference in New Issue
Block a user