aboutsummaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authorRubatharisan Thirumathyam <41048990+nc-ruth@users.noreply.github.com>2019-07-19 14:27:04 +0200
committerRubatharisan Thirumathyam <ruth@netcompany.com>2019-07-19 14:58:37 +0200
commit45b6e98c883e91312b83213c60774614b762926f (patch)
tree6af6ace86c808aca19f8cd5ec5c5f7c96891b0d0 /install.md
parent398aeac8537e82ca813bb77e44ddfcefa5cc5ad5 (diff)
downloadpodman-45b6e98c883e91312b83213c60774614b762926f.tar.gz
podman-45b6e98c883e91312b83213c60774614b762926f.tar.bz2
podman-45b6e98c883e91312b83213c60774614b762926f.zip
mkdir -p /etc/cni/net.d requires sudo
Signed-off-by: Rubatharisan Thirumathyam <ruth@netcompany.com>
Diffstat (limited to 'install.md')
-rw-r--r--install.md2
1 files changed, 1 insertions, 1 deletions
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
```