Expose

Using Dockerfile to Expose Ports
How to Expose Ports in Docker Add an EXPOSE instruction in the Dockerfile. Use the –expose flag at runtime to expose a port. Use the -p flag or -P fla...