mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
docs: reference cni-plugins v0.8.3
This commit is contained in:
@@ -110,7 +110,7 @@ must have CNI plugins installed.
|
||||
The following commands install CNI plugins:
|
||||
|
||||
```sh
|
||||
$ curl -L -o cni-plugins.tgz https://github.com/containernetworking/plugins/releases/download/v0.8.1/cni-plugins-linux-amd64-v0.8.1.tgz
|
||||
$ curl -L -o cni-plugins.tgz https://github.com/containernetworking/plugins/releases/download/v0.8.3/cni-plugins-linux-amd64-v0.8.3.tgz
|
||||
$ sudo mkdir -p /opt/cni/bin
|
||||
$ sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user