Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Aug 8, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 8, 2018

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

@dapseen
Copy link
Contributor

dapseen commented Apr 9, 2019

Running docker-compose works with the container, instead of running them individually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant