This article will help you to understand the basic operations of dockers images and containers. Images and containers are two basic components of Docker’s architecture. A container is launched using an image. An image is a fully packed stack which has everything that needed by an application i.e runtime libraries, environment variable, and configuration files. […]
DevOps
How to Install docker on Redhat Linux (RHEL)- CentOS ?
How to install docker on Redhat Linux (RHEL) and CentOS? How to setup the docker environment to start the first container to start exploring the container world? In this article, we are going to demonstrate the docker community edition deployment on RHEL/CentOS. We will also launch the Docker containers to test the deployment. Docker […]
What is Docker ? How its different from Virtual Machine ?
What is Docker? Docker is a container run time engine. Docker provides the power of operating system using minimal resources. Docker support application development in monolithic situations. In other words, developers can develop the applications, ship the container and deploy it anywhere. The destination could be a virtual machine, physical server or cloud instances (AWS, […]


