summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-20 07:07:17 -0400
committerGitHub <noreply@github.com>2021-05-20 07:07:17 -0400
commitf81c4d9fb20a746bffcd937ca6cd4f08f2ca5d7e (patch)
tree8edf30cd8b949b1561665bd961a1359e10f51d9b
parent49a99be5b6bd50aa0e7b4cf53ec042b0ffd9edf2 (diff)
parent12aa71ab834cea3be13ffd537d927e8ef22ef2c2 (diff)
downloadpodman-f81c4d9fb20a746bffcd937ca6cd4f08f2ca5d7e.tar.gz
podman-f81c4d9fb20a746bffcd937ca6cd4f08f2ca5d7e.tar.bz2
podman-f81c4d9fb20a746bffcd937ca6cd4f08f2ca5d7e.zip
Merge pull request #10402 from EmmanuelKasper/patch-1
[CI:DOCS] [NO TESTS NEEDED] Use conflist suffix when downloading the basic network configuration
-rw-r--r--cni/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cni/README.md b/cni/README.md
index bc37df1eb..12c890ce8 100644
--- a/cni/README.md
+++ b/cni/README.md
@@ -11,7 +11,7 @@ For example a basic network configuration can be achieved with:
```bash
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/87-podman-bridge.conf
+curl -qsSL https://raw.githubusercontent.com/containers/libpod/master/cni/87-podman-bridge.conflist | sudo tee /etc/cni/net.d/87-podman-bridge.conflist
```
Dependent upon your CNI configuration, you will need to install as a minimum the `port` and `bridge` [CNI plugins](https://github.com/containernetworking/plugins) into `/opt/cni/bin` (or the directory specified by `cni_plugin_dir` in containers.conf). Please refer to the [CNI](https://github.com/containernetworking) project page in GitHub for more information.