1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #7632 from erikh/fix_check_config

fix check-config.sh to check for CGROUP_PERF
Upstream-commit: 651f521e1772e64f267e448bf88f0be246248cc8
Component: engine
This commit is contained in:
Tianon Gravi
2014-08-22 11:42:08 -05:00

View File

@@ -146,6 +146,7 @@ echo 'Optional Features:'
flags=(
MEMCG_SWAP
RESOURCE_COUNTERS
CGROUP_PERF
)
check_flags "${flags[@]}"