Skip to content

Releases: Subham-Maity/docker_tutorial

docker tutorial vol 1

20 Apr 20:44
Compare
Choose a tag to compare

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