mirror of
https://github.com/docker/cli.git
synced 2026-09-05 18:14:36 -05:00
Currently check-config.sh just said enable or missing, when I used a fresh kernel, made check-config.sh happy, still can't start container. It take me days debuging kernel and Docker and finally found it's because I enabled some CONFIGs as modules and never loaded these modules. So I think it's necessary to let check-config.sh told users which configs are enabled as modules. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Upstream-commit: 6e19912df9ea764c53b5607533eb25315527c3c4 Component: engine