How to Merge Two Docker Images

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

Three Solutions to Bi-directional Linking Problem in Docker Compose

Docker is one of the most trending technology platforms that gained community interest in a short time. In the simplest words, it enables developers and system admins to ship their distributed applications in an easy-to-use process. The ecosystem around Docker is so large and there are A LOT of tools that work with it. One … Continue reading Three Solutions to Bi-directional Linking Problem in Docker Compose