How to map an application port number to the docker container port number?
Originally Published Here ๐!
To map the application or the host port number to the docker container port number, you can use the docker run command followed by the -p flag (port number flag) and then the docker port number followed by a : (colon) an...
melvingeorge-me.hashnode.dev2 min read