Making Intellectuals Meet Excellence!
Docker accelerates how you build, share, and run modern applications.
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and deploy it as one package.
Objective
1. Understanding docker architecture
2. Docker commands to manage images and containers
3. Networks in docker
4. Volumes in docker
5. Deploying a web application as a docker container