docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 876 forks source link

Pull from private image not working #1110

Closed roysG closed 6 years ago

roysG commented 6 years ago

I am struggling for hours to do a "simple" pull from my private image!

This is so frustrating..

I am working on the las docker version:

Client: Version: 17.12.0-ce API version: 1.35 Go version: go1.9.2 Git commit: c97c6d6 Built: Wed Dec 27 20:03:51 2017 OS/Arch: darwin/amd64

Server: Engine: Version: 17.12.0-ce API version: 1.35 (minimum version 1.12) Go version: go1.9.2 Git commit: c97c6d6 Built: Wed Dec 27 20:12:29 2017 OS/Arch: linux/amd64 Experimental: true

I tried the command: docker tag docker_service1 roydocker/service1 docker push roydocker/service1

docker login (entered the username and password correctly)

and then..

docker pull roydocker/service1 Error response from daemon: manifest for roydocker/service1:latest not found.

Does it a bug or i miss something?

stevvooe commented 6 years ago

Please file this in https://github.com/moby/moby.