docker run -d -p 80:80 --name webserver nginx
This gave error:
In fact, I get a similar error just trying to execute:Unable to find image 'nginx:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/library/nginx/manifests/latest: unauthorized: incorrect username or password.
See 'docker run --help'.
Any idea how to fix this?docker run hello-world