Building Blocks of Docker: Understanding Images

Docker is widely used to containerize applications. There are also other containerization platforms such as Containerd, Rkt (Rocket), etc., but Docker is dominating the market.In this article, we will...