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 expose (-e) and port publish (-p) mean. I’m writing this blog to explain just that. The way I remember this is to imagine a container like a computer and a docker […]