mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Compare commits
4 Commits
d9c5d2fb43
...
ce5ae6a360
Author | SHA1 | Date | |
---|---|---|---|
|
ce5ae6a360 | ||
|
35b264694b | ||
|
e76b0b66a0 | ||
|
d80f3430b2 |
@ -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/
|
* `Dockerfile` 最佳实践文档:https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ REPOSITORY TAG IMAGE ID CREAT
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"registry-mirror": [
|
"registry-mirrors": [
|
||||||
"https://hub-mirror.c.163.com",
|
"https://hub-mirror.c.163.com",
|
||||||
"https://mirror.baidubce.com"
|
"https://mirror.baidubce.com"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user