自动化码头工人构建运行错误:无法找到图像 [英] automated docker build run error: Unable to find image

查看:199
本文介绍了自动化码头工人构建运行错误:无法找到图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个自动化的码头工人,构建设置和构建似乎是工作的罚款,但是当我尝试运行它,我得到这个错误:

I have an automated docker build set up and the build appears to be working fine but when I try to run it I get this error:

  Unable to find image 'dtwill/ddcintegrationdevenvs:blkmesa_esrbtmq' locally
  Pulling repository dtwill/ddcintegrationdevenvs
  2014/09/11 14:33:20 Error: image dtwill/ddcintegrationdevenvs not found 

运行命令:

  docker run -i -p 9200:9200 -p 9300:9300 -p 9001:9001 -p 15672:15672 --rm -t dtwill/ddcintegrationdevenvs:blkmesa_esrbtmq

我想测试一下:

一个。搬运工查找本地图像
  湾如果图像不是在本地发现,码头工人将成功地拉动和运行图像

a. docker looks for image locally b. if image is not found locally that docker will successfully pull and run image

图像是有效的 https://registry.hub.docker.com/u/dtwill/ddcintegrationdevenvs/

推荐答案

您链接到的图像是私有的。你做一个泊坞窗登录或创建一个<一个href=\"https://github.com/docker/docker/blob/bbf644ed62cf815cf40ef3de3345fac7ed42588a/docs/sources/use/workingwithrepository.rst#authentication-file\">.dockercfg前泊坞窗运行文件?

The image you linked to is private. Did you do a docker login or create a .dockercfg file before docker run?

(顺便说一句,我联系到一个过时的承诺在泊坞窗源用于回购的认证文件,因为它似乎在当前文档中被打破。)

(BTW, I linked to an outdated commit in the docker source repo for the authentication file since it seems to be broken in the current documentation.)

这篇关于自动化码头工人构建运行错误:无法找到图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆