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
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
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