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:
- Host: GitHub
- URL: https://github.com/tienhuynh-tn/docker-basic-tutorial
- Owner: tienhuynh-tn
- License: mit
- Created: 2022-01-04T14:30:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T14:50:31.000Z (over 3 years ago)
- Last Synced: 2023-03-05T17:10:21.707Z (over 2 years ago)
- Topics: basic, docker, docker-tutorial, knowledge, share, vietnamese
- Homepage:
- Size: 1.54 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: