diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-17 12:35:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 12:35:18 +0100 |
commit | 08c288e96b9e2e81c0e030f51adcd9e48bab757b (patch) | |
tree | 1305560104727376458e064e09479b2b0d5a9fca /cni/README.md | |
parent | df112b33fdcac6e920baa01e2b71e4b54b289b43 (diff) | |
parent | 3c2a5947c243ccbc611c1846c685b73de4462242 (diff) | |
download | podman-08c288e96b9e2e81c0e030f51adcd9e48bab757b.tar.gz podman-08c288e96b9e2e81c0e030f51adcd9e48bab757b.tar.bz2 podman-08c288e96b9e2e81c0e030f51adcd9e48bab757b.zip |
Merge pull request #12881 from eriksjolund/replace_master_branch_links_with_main_branch_links_in_code
fix default branch links
Diffstat (limited to 'cni/README.md')
-rw-r--r-- | cni/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cni/README.md b/cni/README.md index 12c890ce8..8bcd4327a 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.conflist +curl -qsSL https://raw.githubusercontent.com/containers/podman/main/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. |