mirror of https://github.com/docker/docs.git
Merge pull request #7632 from erikh/fix_check_config
fix check-config.sh to check for CGROUP_PERF
This commit is contained in:
commit
651f521e17
|
@ -146,6 +146,7 @@ echo 'Optional Features:'
|
|||
flags=(
|
||||
MEMCG_SWAP
|
||||
RESOURCE_COUNTERS
|
||||
CGROUP_PERF
|
||||
)
|
||||
check_flags "${flags[@]}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue