mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
Merge pull request #3043 from mheon/sudo_tee
Use 'sudo tee' in tutorial so install works as non-root
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