Containerization With Docker (opens in new tab)
Introduction In the world of software development, it is all too common to come across the phrase: "But it works on my machine!💻" This phrase is mainly associated with when developers are deploying their application for their users or a client, but the software fails to work as expected in production, yet it still works perfectly in development. This problem is mostly as a result of differences in the environment (The OS, runtime environment, and configurations) and dependency issues. Over th...
Read the original article