diff --git a/script/check-config.sh b/script/check-config.sh index c71ee72f2..504c3e52c 100755 --- a/script/check-config.sh +++ b/script/check-config.sh @@ -241,6 +241,9 @@ flags=( # required for bind-mounting /dev/mqueue into containers POSIX_MQUEUE + + # Most containers use overlayfs, and now runc itself uses it. + OVERLAY_FS ) check_flags "${flags[@]}"