summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-12-13 17:47:42 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-14 23:59:22 +0000
commit7981b7636b97c840c6913c11544aaac878deb3da (patch)
tree6a7cf738ea0f8f094512fc394bc0a12d186751b8 /libpod/runtime.go
parent21bcd770db5f4787515444179c1e6c4095585501 (diff)
downloadpodman-7981b7636b97c840c6913c11544aaac878deb3da.tar.gz
podman-7981b7636b97c840c6913c11544aaac878deb3da.tar.bz2
podman-7981b7636b97c840c6913c11544aaac878deb3da.zip
Change default directory for CNI plugins
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #109 Approved by: mheon
Diffstat (limited to 'libpod/runtime.go')
-rw-r--r--libpod/runtime.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime.go b/libpod/runtime.go
index 480da6677..91c6c7683 100644
--- a/libpod/runtime.go
+++ b/libpod/runtime.go
@@ -75,7 +75,7 @@ var (
MaxLogSize: -1,
NoPivotRoot: false,
CNIConfigDir: "/etc/cni/net.d/",
- CNIPluginDir: "/opt/cni/bin/",
+ CNIPluginDir: "/usr/libexec/cni",
}
)