Skip to content

Commit

Permalink
fix nerdctl download url error
Browse files Browse the repository at this point in the history
fix nerdctl download url error

Signed-off-by: Alan <zg.zhu@daocloud.io>
  • Loading branch information
zgfh authored Sep 6, 2024
1 parent d889351 commit bfcd630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ tar -zxvf istio-${ISTIO_VERSION}-linux-amd64.tar.gz
## 使用场景6 - 安装 nerdctl (代替 docker 工具)
这里是root安装,其他安装方式请参考源站: https://github.com/containerd/nerdctl
```bash
export NERDCTL_VERSION="v1.7.6"
export NERDCTL_VERSION="1.7.6"
mkdir -p nerdctl ;cd nerdctl
wget https://files.m.daocloud.io/github.com/containerd/nerdctl/releases/download/v${NERDCTL_VERSION}/nerdctl-full-${NERDCTL_VERSION}-linux-amd64.tar.gz
tar -zvxf nerdctl-full-${NERDCTL_VERSION}-linux-amd64.tar.gz
Expand Down

0 comments on commit bfcd630

Please sign in to comment.