Skip to content

Commit

Permalink
Merge pull request #3605 from nc-ruth/patch-1
Browse files Browse the repository at this point in the history
"mkdir -p /etc/cni/net.d" requires sudo
  • Loading branch information
openshift-merge-robot authored Jul 22, 2019
2 parents 3b52e4d + 45b6e98 commit ab7b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit ab7b47c

Please sign in to comment.