提交docker安装脚本

This commit is contained in:
2024-10-14 10:20:57 +08:00
parent 65d83326a7
commit ab4bf16f29
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# 快捷脚本
# docker
## 安装docker
```sh
sudo wget https://gitea.youmetme.wang/youmetme/script/raw/branch/main/docker/docker_ubuntu_install.sh | bash
```