Docker – Difference between port expose and port publish
Quite a lot of people who start to learn docker seem to have a hard time trying to grasp the concept of what port 1expose ( 1-e ) and port 1publish ( 1-p ) mean. I’m writing this blog to explain just that. The way I remember this is to imagine a container like a […]