update
This commit is contained in:
13
k8s/README.md
Normal file
13
k8s/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
赋予脚本执行权限:
|
||||
```shell
|
||||
chmod +x install_script.sh
|
||||
```
|
||||
|
||||
执行:
|
||||
|
||||
```shell
|
||||
./install_script.sh
|
||||
```
|
||||
|
||||
通过这个脚本,你可以选择安装 Docker Compose、containerd、nerdctl、CNI 插件和 BuildKit,并配置它们以支持 GPU 和容器构建。该脚本还会自动从环境变量获取版本号,并将安装日志重定向到当前目录下的 install_log.txt 文件中。
|
||||
Reference in New Issue
Block a user