25 lines
609 B
Diff
25 lines
609 B
Diff
From a4a9c1a934651bc526a3227903b884d7f3327fe3 Mon Sep 17 00:00:00 2001
|
|
From: rpm-build <rpm-build>
|
|
Date: Wed, 13 Jan 2021 17:13:58 +0800
|
|
Subject: [PATCH] podman patch for local search
|
|
|
|
---
|
|
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
|
|
|