mirror of
https://github.com/opencontainers/runc.git
synced 2025-12-24 11:50:58 +08:00
script/check-config.sh: add OVERLAY_FS check
While this is used by the majority of upper container runtimes, it was
not needed for runc itself. Since commit 515f09f7 runc uses overlay,
too, so let's add a check for this.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -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[@]}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user