前言
支持开设 Docker 虚拟化的各系统,含 Linux、Android 系统
环境预设
- 检测环境
- 安装docker和其他预制组件
- 下载默认需要的一些配置脚本
国际
shell
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/dockerinstall.sh -o dockerinstall.sh && chmod +x dockerinstall.sh && bash dockerinstall.sh国内
shell
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/dockerinstall.sh -o dockerinstall.sh && chmod +x dockerinstall.sh && bash dockerinstall.sh