Files
oneclickvirt.github.io/docs/guide/docker_install.md
2023-06-17 21:05:12 +08:00

17 lines
443 B
Markdown

## 环境预设
- 检测环境
- 安装docker
- 下载预制脚本
国际
```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/pre_build.sh -o pre_build.sh && chmod +x pre_build.sh && bash pre_build.sh
```
国内
```shell
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/pre_build.sh -o pre_build.sh && chmod +x pre_build.sh && bash pre_build.sh
```