Add README with Docker installation instructions
Add installation and uninstallation instructions for Docker.
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user