mirror of https://github.com/containers/podman.git
mkdir -p /etc/cni/net.d requires sudo
Signed-off-by: Rubatharisan Thirumathyam <ruth@netcompany.com>
This commit is contained in:
parent
398aeac853
commit
45b6e98c88
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue