Skip to content

tienhuynh-tn/docker-basic-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOCKER BASIC TUTORIALS

😎 Basic knowledge of Docker 😎

✍️ Table of Contents

Description

  • 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

List of chapters

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

Reference

License & Copyright

© 2022 Tien Huynh tienhuynh-tn Licensed under the MIT LICENSE.

🤟 Feel free to use my repository and star it if you find something interesting 🤟