mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
Merge pull request #737 from cailca/736
runtime: Don't use hard-coded crio config
This commit is contained in:
commit
922a55e4fe
@ -433,8 +433,7 @@ show_container_mgr_details()
|
|||||||
local cmd="systemctl show crio"
|
local cmd="systemctl show crio"
|
||||||
run_cmd_and_show_quoted_output "" "$cmd"
|
run_cmd_and_show_quoted_output "" "$cmd"
|
||||||
|
|
||||||
local file="/etc/crio/crio.conf"
|
cmd="crio config"
|
||||||
cmd="cat $file"
|
|
||||||
run_cmd_and_show_quoted_output "" "$cmd"
|
run_cmd_and_show_quoted_output "" "$cmd"
|
||||||
|
|
||||||
end_section
|
end_section
|
||||||
|
Loading…
Reference in New Issue
Block a user