From 40aabbc1707bfb6ed0a0bb01bc356a16efae8b4e Mon Sep 17 00:00:00 2001 From: weishengjing1 <773945074@qq.com> Date: Sat, 9 Jan 2021 10:09:27 +0800 Subject: [PATCH] patch for podman pull (issue I2BF99) --- libpod.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/libpod.conf b/libpod.conf index 2976cec..4001d21 100644 --- a/libpod.conf +++ b/libpod.conf @@ -7,6 +7,7 @@ image_default_transport = "docker://" # Paths to look for a valid OCI runtime (runc, runv, etc) runtime_path = [ "/usr/bin/runc", + "/usr/local/bin/runc", "/usr/sbin/runc", "/sbin/runc", "/bin/runc", -- 2.27.0