We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d889351 + bfcd630 commit e73c411Copy full SHA for e73c411
README.md
@@ -129,7 +129,7 @@ tar -zxvf istio-${ISTIO_VERSION}-linux-amd64.tar.gz
129
## 使用场景6 - 安装 nerdctl (代替 docker 工具)
130
这里是root安装,其他安装方式请参考源站: https://github.com/containerd/nerdctl
131
```bash
132
-export NERDCTL_VERSION="v1.7.6"
+export NERDCTL_VERSION="1.7.6"
133
mkdir -p nerdctl ;cd nerdctl
134
wget https://files.m.daocloud.io/github.com/containerd/nerdctl/releases/download/v${NERDCTL_VERSION}/nerdctl-full-${NERDCTL_VERSION}-linux-amd64.tar.gz
135
tar -zvxf nerdctl-full-${NERDCTL_VERSION}-linux-amd64.tar.gz
0 commit comments