Add README with Docker installation instructions

Add installation and uninstallation instructions for Docker.
This commit is contained in:
2025-10-18 18:27:49 +08:00
committed by GitHub
parent e84d0d08cc
commit bba5230e36

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# docker-cn
国内 Debain 系统一键安装/卸载 Docker
# 使用说明
安装:
```
bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/dock.sh)
```
卸载:
如果需要保留请提前备份 `/var/lib/docker` 目录
```
bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/dock.sh) -u
```