Skip to content

docker tutorial vol 1

Latest
Compare
Choose a tag to compare
@Subham-Maity Subham-Maity released this 20 Apr 20:44
· 2 commits to main since this release

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