[+] docker-ce

This commit is contained in:
2025-01-04 15:41:59 +08:00
parent 0143912ca4
commit e72be89dc7
3 changed files with 761 additions and 7 deletions

View File

@@ -6,9 +6,7 @@ docker compose run debian bash
docker compose run ubuntu bash
```
#### 镜像源配置测试
#### APT 镜像源配置测试
```bash
docker compose run debian ./init-apt.sh
```
@@ -31,3 +29,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
g++ \
python3-dev
```
#### Python 镜像源配置测试
```bash
pip config set global.index-url https://mirrors.martin98.com/repository/pypi-tsinghua/simple
```