😎 Basic knowledge of Docker 😎
- This series covers the basics of Docker
- Instructions for installing and using Docker
- Suitable audience: everyone, more suitable for those who do not have knowledge of Docker
- Expression Language: Vietnamese
Sorted in order from easy to difficult
Chapter ID | Chapter Name | Description | Date Created |
---|---|---|---|
1 | Docker overview | - What is Docker? - What is Docker used for? - Docker Architecture - Some concepts in Docker |
04-01-2022 |
2 | Install Docker Desktop | - How to install Docker Desktop? - Create Docker Hub account |
06-01-2022 |
3 | Run your first application with Docker | - How to run your first application with Docker - Docker Container? - Docker Image? |
20-01-2022 |
4 | Sample application | - Download and run todo list application - Create Dockerfile |
03-03-2022 |
5 | Update the application | - Make some update in source code - Replace old container - Start the updated app container |
03-03-2022 |
6 | Share the application | - Create a repo - Push the image - Run the image on a new instance |
13-03-2022 |
7 | Persist the DB | - The container’s filesystem - Container volumes - Persist the todo data - Dive into the volume |
20-03-2022 |
© 2022 Tien Huynh tienhuynh-tn Licensed under the MIT LICENSE.
🤟 Feel free to use my repository and star it if you find something interesting 🤟