vmware-archive / vsphere-storage-for-docker

vSphere Storage for Docker
https://vmware.github.io/vsphere-storage-for-docker
Apache License 2.0
251 stars 95 forks source link

Error response from daemon: pull access denied for vmware/vsphere-storage-for-docker, repository does not exist or may require 'docker login' #2092

Closed antoineoostrum closed 5 years ago

antoineoostrum commented 5 years ago

Is it possible that the image vsphere-storage-for-docker isn't available any longer?

anthonyloukinas commented 5 years ago

Can you please provide the output of the following command?

docker plugin install --grant-all-permissions --alias vsphere vmware/vsphere-storage-for-docker:latest

On a new Ubuntu host this works with success.

docker plugin install --grant-all-permissions --alias vsphere vmware/vsphere-storage-for-docker:latest

latest: Pulling from vmware/vsphere-storage-for-docker
f07d34084e57: Download complete
Digest: sha256:e1028b8570f37f374e8987d1a5b418e3c591e2cad155cc3b750e5e5ac643fb31
Status: Downloaded newer image for vmware/vsphere-storage-for-docker:latest
Installed plugin vmware/vsphere-storage-for-docker:latest
antoineoostrum commented 5 years ago

Hello Anthony,

Thanks this is working for us now

adminn@ubu:~$ docker plugin install --grant-all-permissions --alias vsphere vmware/vsphere-storage-for-docker:latest latest: Pulling from vmware/vsphere-storage-for-docker 05da47b7b6ce: Download complete Digest: sha256:a20bcdfef99ebf017bf3cabd815f256430bf56d8cb7881048150e7c918e0c4c6 Status: Downloaded newer image for vmware/vsphere-storage-for-docker:latest Installed plugin vmware/vsphere-storage-for-docker:latest

Regards,

Antoine

anthonyloukinas commented 5 years ago

Great! I don't believe this project's maintainers are maintaining the issue statuses anymore.. If you could close this issue assuming all issues are resolved would be great!

Happy Dockering.