I am trying to install Docker on my MAC . I am getting the below issue
predix-docker xxxxxx $ docker pull nginx
Using default tag: latest
latest: Pulling from library/nginx
968c69f18673: Pulling fs layer
963493e54e68: Layer already being pulled by another client. Waiting.
755b4eb93a9e: Layer already being pulled by another client. Waiting.
f3b2532b0301: Layer already being pulled by another client. Waiting.
f3bf4daa2ff2: Layer already being pulled by another client. Waiting.
6685b2154893: Layer already being pulled by another client. Waiting.
a2295636c7aa: Already exists
3035387b9e83: Already exists
Pulling repository docker.io/library/nginx
Tag latest not found in repository docker.io/library/nginx
When i check for Docker images, i don't find the nginx repo. How to download it please help.