forked from yindun/ansible-devops
更新 scripts/README.md
This commit is contained in:
parent
ad4b8fdad6
commit
4d61430c67
|
|
@ -99,13 +99,13 @@
|
||||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/deploy_gpu_monitor.sh | bash -s -- --uninstall
|
cd /opt/ && wget -qO- http://116.205.97.109/scripts/deploy_gpu_monitor.sh | bash -s -- --uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
#### (5)Docker 工具包部署/卸载
|
#### (7)Docker 安装/卸载
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#支持版本[5:28.4.0-1~ubuntu.24.04~noble]
|
#支持版本[5:28.4.0-1~ubuntu.24.04~noble]
|
||||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/docker.sh | bash -s -- --install --version '5:28.4.0-1~ubuntu.24.04~noble'
|
cd /opt/ && wget -qO- http://116.205.97.109/scripts/docker.sh | bash -s -- --install --version '5:28.4.0-1~ubuntu.24.04~noble'
|
||||||
cd /opt/ && wget -qO- http://116.205.97.109/scripts/docker.sh | bash -s -- --uninstall --version '5:28.4.0-1~ubuntu.24.04~noble'
|
cd /opt/ && wget -qO- http://116.205.97.109/scripts/docker.sh | bash -s -- --uninstall --version '5:28.4.0-1~ubuntu.24.04~noble'
|
||||||
|
```
|
||||||
|
|
||||||
#### (8)批量组件安装/卸载
|
#### (8)批量组件安装/卸载
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue