尝试将docker镜像推送到私有存储库时出错

当我尝试推送泊坞窗图像时,我收到以下消息.

这可能是因为图层存储中的内部文件已被修改.重新拉动或重建此图像可能会解决此问题

2e12e39dbc83: Pushing [==================================================>] 110.6 MB
52a118051ff2: Already exists 
fd00846d8a3a: Already exists 
9f14db3a9fd9: Already exists 
d8933699c403: Already exists 
Failed to upload layer: Put https://privaterepo/v1/images/fc05a48f11d077de64302033d8cba3384873df2bd3084a1211f24b726a59d224/layer: Could not verify layer data for: sha256:2e12e39dbc83fcfacfff9c522ea8709021dca87764ff32fc27218d1fd828796c. This may be because internal files in the layer store were modified. Re-pulling or rebuilding this image may resolve the issue

有人遇到过这个问题吗?

最佳答案
解决了这个问题,使用不同的标签名称推送相同的图像.但这听起来很奇怪……

如果有人有一些解释,我会很高兴听到:)

相关文章

Docker是什么Docker是 Docker.Inc 公司开源的一个基于 LXC技...
本文为原创,原始地址为:http://www.cnblogs.com/fengzheng...
镜像操作列出镜像:$ sudo docker imagesREPOSITORY TAG IMA...
本文原创,原文地址为:http://www.cnblogs.com/fengzheng/p...
在 Docker 中,如果你修改了一个容器的内容并希望将这些更改...
在Docker中,--privileged 参数给予容器内的进程几乎相同的权...