An open API service indexing awesome lists of open source software.

https://github.com/tienhuynh-tn/docker-basic-tutorial

:whale: Basic knowledge of Docker :whale:
https://github.com/tienhuynh-tn/docker-basic-tutorial

basic docker docker-tutorial knowledge share vietnamese

Last synced: 3 months ago
JSON representation

:whale: Basic knowledge of Docker :whale:

Awesome Lists containing this project

README

          

# DOCKER BASIC TUTORIALS

:sunglasses: Basic knowledge of Docker :sunglasses:

## :writing_hand: Table of Contents
- [Description](#description)
- [List of chapters](#list-of-chapters)
- [Reference](#reference)
- [License & Copyright](#license--copyright)

## 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](https://github.com/tienhuynh-tn/docker-basic-tutorial/blob/main/Chapter1.md) | - What is Docker?
- What is Docker used for?
- Docker Architecture
- Some concepts in Docker | 04-01-2022
2| [Install Docker Desktop](https://github.com/tienhuynh-tn/docker-basic-tutorial/blob/main/Chapter2.md) | - How to install Docker Desktop?
- Create Docker Hub account | 06-01-2022
3| [Run your first application with Docker](https://github.com/tienhuynh-tn/docker-basic-tutorial/blob/main/Chapter3.md#container-l%C3%A0-g%C3%AC?) | - How to run your first application with Docker
- Docker Container?
- Docker Image? | 20-01-2022
4| [Sample application](https://github.com/tienhuynh-tn/docker-basic-tutorial/blob/main/Chapter4.md) | - Download and run todo list application
- Create Dockerfile
| 03-03-2022
5| [Update the application](https://github.com/tienhuynh-tn/docker-basic-tutorial/blob/main/Chapter5.md) | - Make some update in source code
- Replace old container
- Start the updated app container | 03-03-2022
6| [Share the application](https://github.com/tienhuynh-tn/docker-basic-tutorial/blob/main/Chapter6.md) | - Create a repo
- Push the image
- Run the image on a new instance | 13-03-2022
7| [Persist the DB](https://github.com/tienhuynh-tn/docker-basic-tutorial/blob/main/Chapter7.md) | - The container’s filesystem
- Container volumes
- Persist the todo data
- Dive into the volume | 20-03-2022

## Reference
- [Docker Documentation](https://docs.docker.com/)

## License & Copyright
© 2022 Tien Huynh tienhuynh-tn Licensed under the [MIT LICENSE](https://github.com/tienhuynh-tn/docker-basic-tutorial/blob/main/LICENSE).

> :love_you_gesture: Feel free to use my repository and star it if you find something interesting :love_you_gesture: