1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

fix check-config.sh to check for CGROUP_PERF

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh)
Upstream-commit: ce3c1f376c21810fd6ec062af810d18682fa2d78
Component: engine
This commit is contained in:
Erik Hollensbe
2014-08-19 11:48:55 +00:00
parent 652c673ef1
commit 34b12370d2

View File

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