Files
dock/README.md
2025-10-20 15:54:25 +08:00

30 lines
882 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)
```
一键配置rustdesk
```
bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/ru)
```
nginx
```
bash <(curl -sSL https://github.com/xzx3344521/dock/raw/refs/heads/main/nginx)
```
GitHub 文件加速
```
bash <(curl -sSL https://raw.githubusercontent.com/xzx3344521/dock/refs/heads/main/ghproxy)
```