Files
dock/README.md
xzx3344521 9afd2ab28a Update README with Debian 12 initialization script
Added a note about a script for initializing Debian 12 environment.
2025-10-18 18:43:26 +08:00

18 lines
553 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
```
最近配置linux debian12的实验环境配的好痛苦所以想到写一个脚本来初始化
```
bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/1.sh)
```