Skip to content

Docker and Port Forwarding

Sometimes just running a simple command isn't enough. Sometimes we need to run a service inside a container, like a webserver, and then access the webserver on its port.

Even better would be, to say "Hey, map port 80 inside the container to port 8080 outside of the container". And that's exactly what you can do with Port forwarding!

Video Walkthrough