Files
shellscripts/k8s/README.md
Your Name b00f025742 update
2024-11-12 00:07:46 +08:00

13 lines
401 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
赋予脚本执行权限:
```shell
chmod +x install_script.sh
```
执行:
```shell
./install_script.sh
```
通过这个脚本,你可以选择安装 Docker Compose、containerd、nerdctl、CNI 插件和 BuildKit并配置它们以支持 GPU 和容器构建。该脚本还会自动从环境变量获取版本号,并将安装日志重定向到当前目录下的 install_log.txt 文件中。