Export Services with Docker Port Binding

InstructorMark Shust

Share this video with your friends

Send Tweet

By default, Docker is locked down and no ports are exposed. We’ll cover how to expose ports when building your image with a Dockerfile, and how to export that port as a service when running containers.

Michael
~ 6 years ago

Link refers to wrong repository (https://github.com/markoshust/Run-Stateless-Docker-Containers/tree/master instead of https://github.com/markoshust/Export-Services-with-Docker-Port-Binding/tree/master).