docker ERROR: unknown blob

前端 未结 2 1162
我在风中等你
我在风中等你 2020-12-10 16:05

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

docker-compose  -f /usr/local/tmp/khufu01/loud_deploy/nokube/dind/dock         


        
2条回答
  •  离开以前
    2020-12-10 16:33

    Solution : ERROR: unknown blob is trying to say the image is not found

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

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

提交回复
热议问题