Why should I use Docker π³ ?
Then what is Docker? π³
So we use docker for :
How does Docker work? π§
Example of Docker in action π»
What is difference between Docker and Virtual Machine(VM)? π€
β What is VM?
β What is Docker?
β How do they differ?
How to install Docker π³
Containers , Images and Volumes π¦
β‘ Docker Version
Let's start with Docker π₯
β
Let's play with Postgresql π
β‘ Pulling an image
β‘ Check the images
β‘ Run a container
β‘ check the containers
β‘ Stop and start a container
β‘ Pull according to the version
β‘ Stop the container
β‘ Removing all containers
β
Let's play with the mongo π²
β‘ Port Mapping
β‘ Docker Logs
β‘ Delete the container
β
Let's Connect the mongo express with the mongo ??
β‘ Syntax Understanding
β‘ Better Syntax
β‘ Lost network finding
Let's Understand the Docker Compose π³
Step 1
Step 2
β‘ Running the docker-compose file
Step 3 (Data Persistence)
β‘ Creating a volume in docker-compose file
β‘ Stop running all containers
Our First Project with Docker π
β‘ Python Flask App
β‘ Build the docker image
β‘ Run the docker image
β‘ Stop the docker container
β‘ Mapping the port
β‘ Push the docker image to the docker hub
Our Second Project with Docker π
β‘ NodeJs Setup
β‘ Login to the docker hub
β‘ Check the container id
β‘ Stop the container
β‘ Kill the container
β‘ Remove the container
β‘ Remove the image
β‘ Pull the docker image
π₯° What did we understand from these two projects?
β¨ Docker Best CLI Cheat Sheet
π Conclusion