Pull the nginx image from Docker Hub and run it as a container. Map port 80 of the container to port
Question
Pull the nginx
image from Docker Hub and run it as a container. Map port 80 of the container to port 8080 of your host.
Solution
PreviousDocker Volumes Explained: A Quick GuideNextCreate a Dockerfile for a simple Node.js application that serves “Hello World” on port 3000.
Last updated