泊坞窗错误:未知 blob

编程入门 行业动态 更新时间:2024-10-27 00:28:25
本文介绍了泊坞窗错误:未知 blob的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 docker 启动应用程序时收到消息 ERROR: unknown blob as per

On launching app using docker getting message ERROR: unknown blob as per

docker-compose  -f /usr/local/tmp/khufu01/loud_deploy/nokube/dind/docker-compose.yml up -d 
Pulling myimage(localhost:5000/forelsket/myimage:latest)...
latest: Pulling from forelsket/myimage
50aff78429b1: Pulling fs layer
f6d82e297bce: Pulling fs layer
fdd34fec4c74: Pulling fs layer
151b5e27e3b4: Pulling fs layer
d477e9b677eb: Pulling fs layer
7e8156598779: Download complete
ca2064fc9543: Download complete
ERROR: unknown blob

将标志 --verbose 添加到我的 docker-compose 调用后,它现在显示

after adding flag --verbose to my docker-compose call it now shows

docker-compose --verbose  -f /usr/local/tmp/khufu01/loud_deploy/nokube/dind/docker-compose.yml up -d 
Pulling myimage(localhost:5000/forelsket/myimage:latest)...
latest: Pulling from forelsket/myimage
50aff78429b1: Pulling fs layer
f6d82e297bce: Pulling fs layer
fdd34fec4c74: Pulling fs layer
151b5e27e3b4: Pulling fs layer
d477e9b677eb: Pulling fs layer
7e8156598779: Download complete
ca2064fc9543: Download complete
ERROR: compose.cli.main.main: unknown blob

这是在使用最新 docker 的 linux 上

this is on linux using latest docker

docker 18.02.0-ce-rc2  
Kernel Version: 4.4.0-112-generic
Operating System: Ubuntu 16.04.3 LTS
OSType: linux
Architecture: x86_64

看起来很奇怪,因为今天早上这个应用程序运行良好......我在 localhost:5000 上使用了 registry:2 的本地 docker 存储库

seems strange as this app ran fine this morning ... I am using a local docker repository of registry:2 at localhost:5000

推荐答案

Solution : ERROR: unknown blob is try to say a or more layer of the image is not found

Solution : ERROR: unknown blob is trying to say one or more layers of the image is not found

...这是有道理的,因为今天早些时候所有本地 docker 镜像都被删除了

... this makes sense since earlier today all local docker images were deleted

所以在构建丢失的图像后 docker-compose up 运行良好

So after building the missing image the docker-compose up ran fine

这篇关于泊坞窗错误:未知 blob的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-03-31 04:18:53,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/796039.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:错误   泊坞窗   blob

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!