Skip to content

Commit

Permalink
add mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
QiYuTechDev committed Feb 10, 2021
1 parent 5de0522 commit 0db5c31
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,22 @@
* Python
* Django
* FastAPI

## docker 标签

[Docker Tags](https://hub.docker.com/r/qiyutech/tbk/tags)

所有的 TAG 都是一致的,通过 Github Action 自动推送

```shell
# 如果您需要使用 docker 官方镜像,请使用
docker pull qiyutech/tbk:${TAG}

# 如果您需要使用 ghcr 镜像, 请使用
docker pull ghcr.io/qiyutechdev/tbk:${TAG}

# 中国的用户可能需要使用 阿里云 镜像
# 下载速度比较快
# 如果您需要使用 阿里云 镜像, 请使用
docker pull registry.cn-hangzhou.aliyuncs.com/qiyutech/tbk:${TAG}
```

0 comments on commit 0db5c31

Please sign in to comment.