What is Docker?

Docker is a set of Platform as a software(PaaS) products that use Os Level Virtualization to deliver software in packages called containers.
Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other.
Steps to Follow:
1.we need to create Repo for docker.