mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
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:
parent
31ee3c52e3
commit
797dd5c16d
@ -41,3 +41,8 @@ CONFIG_FHANDLE=y
|
||||
|
||||
# We should support Async IO.
|
||||
CONFIG_AIO=y
|
||||
|
||||
# Docker in Docker support requires overlay
|
||||
CONFIG_OVERLAY_FS=y
|
||||
CONFIG_OVERLAY_FS_INDEX=y
|
||||
CONFIG_OVERLAY_FS_REDIRECT_DIR=y
|
||||
|
@ -74,4 +74,6 @@ CONFIG_HAVE_EBPF_JIT=y
|
||||
# We v.likely need some intel chip support
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user