Update docker_install.md

This commit is contained in:
spiritlhl
2023-08-14 22:32:56 +08:00
committed by GitHub
parent 77a9500b5e
commit d4a607bf3f

View File

@@ -5,7 +5,7 @@ outline: deep
# 前言
支持开设 Docker 虚拟化的各系统,含 Linux、Android 系统
支持开设 Docker 虚拟化的各系统,含 Linux、Android、Windows 系统
## 环境预设
@@ -45,4 +45,4 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o
```shell
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
```
```