You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -d --name webserver-nginx -P 80:80 nginx Unable to find image '80:80' locally docker: Error response from daemon: pull access denied for 80, repository does not exist or may require 'docker login'.
#3
Trying to assign the port to nginx, but ending with this error.
$ docker run -d --name webserver-nginx -P 80:80 nginx
Unable to find image '80:80' locally
docker: Error response from daemon: pull access denied for 80, repository does not exist or may require 'docker login'.
Venkat
The text was updated successfully, but these errors were encountered:
Trying to assign the port to nginx, but ending with this error.
$ docker run -d --name webserver-nginx -P 80:80 nginx
Unable to find image '80:80' locally
docker: Error response from daemon: pull access denied for 80, repository does not exist or may require 'docker login'.
Venkat
The text was updated successfully, but these errors were encountered: