In this article we will explore how to install and use docker on Ubuntu 20.04.2. In context of this article we will use Ubuntu 20 VM running on VMWare ESXi, however instructions provided in…
Category: DevOps
In previous article we explored the basic concepts of docker images and now we will move forward to the building blocks of a docker image i,e. layers. Layers are the building blocks of docker…
In previous article we explored the basics of containers and docker concepts, now we will dig deeper and will further explorer the concept of docker images. Docker Images are the blueprints or templates used…
Docker or container is a light weight approach to run / deploy multiple environments on a single computer. In past people used VMs for this purpose, however (as you can see in following diagram)…