Compare commits

..

4 Commits

Author SHA1 Message Date
Kang Huaishuai
ce5ae6a360
Merge pull request #515 from kingyue737/patch-1
fix: typo
2022-12-22 15:39:38 +08:00
Kang Huaishuai
35b264694b
Merge pull request #516 from kingyue737/patch-2
fix: wrong key of registry mirrors
2022-12-22 15:39:14 +08:00
Yue JIN
e76b0b66a0
fix: wrong key of registry mirrors 2022-12-21 20:32:46 +08:00
Yue JIN
d80f3430b2
fix: typo 2022-12-21 19:38:21 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 参考文档
* `Dockerfie` 官方文档https://docs.docker.com/engine/reference/builder/
* `Dockerfile` 官方文档https://docs.docker.com/engine/reference/builder/
* `Dockerfile` 最佳实践文档https://docs.docker.com/develop/develop-images/dockerfile_best-practices/

View File

@ -103,7 +103,7 @@ REPOSITORY TAG IMAGE ID CREAT
```json
{
"registry-mirror": [
"registry-mirrors": [
"https://hub-mirror.c.163.com",
"https://mirror.baidubce.com"
],