config: re-add support for docker-in-docker

Overlay and veth support wasn't included when migrating to fragment
based configs. Re-add to fix DinD use case.

Fixes: #715

Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
Eric Ernst 2019-09-12 07:20:13 -07:00
parent 31ee3c52e3
commit 797dd5c16d
2 changed files with 7 additions and 0 deletions

View File

@ -41,3 +41,8 @@ CONFIG_FHANDLE=y
# We should support Async IO. # We should support Async IO.
CONFIG_AIO=y CONFIG_AIO=y
# Docker in Docker support requires overlay
CONFIG_OVERLAY_FS=y
CONFIG_OVERLAY_FS_INDEX=y
CONFIG_OVERLAY_FS_REDIRECT_DIR=y

View File

@ -74,4 +74,6 @@ CONFIG_HAVE_EBPF_JIT=y
# We v.likely need some intel chip support # We v.likely need some intel chip support
CONFIG_NET_VENDOR_INTEL=y CONFIG_NET_VENDOR_INTEL=y
# Add VETH support (necessary for running Docker in the guest)
CONFIG_VETH=y
# We quite likely need to add others for passthrough and maybe SRIOV support # We quite likely need to add others for passthrough and maybe SRIOV support