Files
oneclickvirt.github.io/docs/guide/docker_install.md
spiritlhl 2ca51e1522 update
2023-08-11 12:07:12 +00:00

517 B

环境预设

  • 检测环境
  • 安装docker和其他预制组件
  • 下载默认需要的一些配置脚本

国际

curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/dockerinstall.sh -o dockerinstall.sh && chmod +x dockerinstall.sh && bash dockerinstall.sh

国内

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