It's always said, "Do not try to re-invent the wheel!" When working with Docker, it is a good practice to search for some ready-to-use images on Docker Hub before building you own. It is very powerful to have your software architecture distributed in a set of containers, each one does one job. And the best building block of … Continue reading How to Merge Two Docker Images