Docker Automation with Dockerfile

During my previous articles, I showed how to create Docker containers, in Windows and Linux environment. In both solutions there’s always a problem about creation of master template, through manual editing and this means waste time.   In this article we will see how to automate this phase with the Dockerfile. The logic is very […]