Docker container - arcgis python error

998
2
12-06-2017 02:21 PM
rbae
by
New Contributor III

Has anyone been able to pull a Docker image for the ArcGIS python notebook on a Mac?

$ docker pull esridocker/arcgis-api-python-notebook

Using default tag: latest

Error response from daemon: Get https://registry-1.docker.io/v2/esridocker/arcgis-api-python-notebook/manifests/latest: unauthorized: incorrect username or password

I'm not sure what authentication this is looking for.

Thank you for your help.

-Ryan

2 Replies
DanPatterson_Retired
MVP Emeritus

Ryan...

Brian Wilson‌ would be the Docker person to talk to.  He has a blog with some links but hopefully tagging him will provide some insights

0 Kudos
rbae
by
New Contributor III

Thanks Dan.  After poking around a little bit, I realized that Docker was set up to use my email as the default log in account instead of my login ID.  I ran "docker login" to change the Username, and Password, and then everything worked for me.

$ docker login

Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.

Username (ryan@-----------.com): -----login

Password:

Login Succeeded