作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试找到一种方法,可以在短时间内将100幅图像推送到Docker集线器。有没有更好,更有效的方法来做到这一点?
alpine:1.0.0.0
alpine:2.0.0.0
.
..
...
alpine:100.0.0.0
最佳答案
moby issue 9132似乎表明您可以并行推送:
this was included in the 1.10.3 release, but requires a registry 2.3.x.
--max-concurrent-uploads int
更改为100,以便最大化并行推送的数目(默认限制为5)This change doesn't not address the fundamental problems that are brought up when requesting this feature.
The idea behind multiple push/pull arguments is that they are parallelized, but this simply performs them in sequence. This design provides no advantage overfor i in images; do docker push $i; done
.
docker push
线程的脚本。
关于docker - 如何一次将100个docker镜像推送到docker hub?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46867200/
我是一名优秀的程序员,十分优秀!