mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
Use 'sudo tee' in tutorial so install works as non-root
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -99,7 +99,7 @@ sudo cp bin/* /usr/libexec/cni
|
|||||||
Add a most basic network config
|
Add a most basic network config
|
||||||
```console
|
```console
|
||||||
mkdir -p /etc/cni/net.d
|
mkdir -p /etc/cni/net.d
|
||||||
curl -qsSL https://raw.githubusercontent.com/containers/libpod/master/cni/87-podman-bridge.conflist | tee /etc/cni/net.d/99-loopback.conf
|
curl -qsSL https://raw.githubusercontent.com/containers/libpod/master/cni/87-podman-bridge.conflist | sudo tee /etc/cni/net.d/99-loopback.conf
|
||||||
```
|
```
|
||||||
#### Installing runc
|
#### Installing runc
|
||||||
```console
|
```console
|
||||||
|
Reference in New Issue
Block a user