Update docker.md

This commit is contained in:
pocketW 2022-08-04 11:15:57 +10:00 committed by GitHub
parent 1ce8370294
commit dc9fdee046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,12 @@
# 使用docker安装
## docker image tag
`master`: 与项目最新提交保持一致。
`latest`: 最新release版本。
`v*`: release版本号。
## 安装 Docker
### Centos