添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Docker Error response from daemon: No such image even when the image exists #10708

Closed

Description

Description of problem:
When trying to run one of our images, docker crashes with Error response from daemon: No such image even though the image IS already downloaded and available on the host.

Command to run:

docker run -d --net=host -v $($SSH_AUTH_SOCK):/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent $ORGANIZATION/socat-ssh

Error:

Status: Image is up to date for myorg/socat-ssh:latest
FATA[0002] Error response from daemon: No such image: myorg/socat-ssh (tag: latest)

Docker images:

$ docker images
REPOSITORY                    TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
myorg/socat-ssh   latest              721a612b5779        2 weeks ago         128.4 MB

docker version:
Client version: 1.4.1
Client API version: 1.16
Go version (client): go1.3.3
Git commit (client): 5bc2ff8
OS/Arch (client): linux/amd64
Server version: 1.4.1
Server API version: 1.16
Go version (server): go1.3.3
Git commit (server): 5bc2ff8

docker info:
Containers: 2
Images: 11
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Dirs: 15
Execution Driver: native-0.2
Kernel Version: 3.13.0-24-generic
Operating System: Ubuntu 14.04 LTS
CPUs: 1
Total Memory: 994.1 MiB
Name: jenkins
ID: JJ7Y:U5VK:7HAS:275N:INPI:KVEB:HHAV:WPRC:CXHG:GSD4:HQAM:I2OY
Debug mode (server): true
Debug mode (client): false
Fds: 10
Goroutines: 12
EventsListeners: 0
Init Path: /usr/bin/docker
Docker Root Dir: /var/lib/docker
WARNING: No swap limit support

uname -a:
Linux jenkins 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Environment details (AWS, VirtualBox, physical, etc.):
Vagrant in Virtualbox.

How reproducible:
See above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions