Skip to content

Commit

Permalink
Merge pull request #42 from zgfh/patch-4
Browse files Browse the repository at this point in the history
fix nerdctl download url error
  • Loading branch information
wzshiming committed Sep 6, 2024
2 parents d889351 + bfcd630 commit e73c411
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 e73c411

Please sign in to comment.