mirror of
https://github.com/containers/podman.git
synced 2025-12-04 20:28:40 +08:00
Change default directory for CNI plugins
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #109 Approved by: mheon
This commit is contained in:
@@ -75,7 +75,7 @@ var (
|
||||
MaxLogSize: -1,
|
||||
NoPivotRoot: false,
|
||||
CNIConfigDir: "/etc/cni/net.d/",
|
||||
CNIPluginDir: "/opt/cni/bin/",
|
||||
CNIPluginDir: "/usr/libexec/cni",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user