From 45b6e98c883e91312b83213c60774614b762926f Mon Sep 17 00:00:00 2001 From: Rubatharisan Thirumathyam <41048990+nc-ruth@users.noreply.github.com> Date: Fri, 19 Jul 2019 14:27:04 +0200 Subject: mkdir -p /etc/cni/net.d requires sudo Signed-off-by: Rubatharisan Thirumathyam --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.md b/install.md index 0706a68c1..5583e9610 100644 --- a/install.md +++ b/install.md @@ -252,7 +252,7 @@ A proper description of setting up CNI networking is given in the [`cni` README] Using the CNI plugins from above, a more basic network config is achieved with: ```bash -mkdir -p /etc/cni/net.d +sudo mkdir -p /etc/cni/net.d curl -qsSL https://raw.githubusercontent.com/containers/libpod/master/cni/87-podman-bridge.conflist | sudo tee /etc/cni/net.d/99-loopback.conf ``` -- cgit v1.2.3-54-g00ecf