Hello everyone!
I am running through the Docker for Mac tutorial and I can’t seem to connect to my container through localhost through this very simple command… Any ideas?
docker run -d -p 80:80 --name webserver nginx
I tried looking on my system and I don’t believe any application is using that port number.