Introduction


Docker is a very useful tool, not just for data engineers but for all developers alike. But before we get to it, let's try to understand the concept it was built on




What is Containerisation?



This is essentially packaging a piece of software alongside all its dependencies, including environment variables, and even an...