Docker and Treafik – A Comprehensive Tutorial
In Docker you expose functionality by specifying a port mapping and then you can address the application on the physical host with the mapped port. I am using Docker quite some time now and this was getting a little bit too tedious because each mapped port needs to be unique and then you need to remember the port numbers to be able to start your application. So I wanted to simpler way by using speaking Read more…