Skip to content
Author: Tianle Yuan

Docker⚓︎

Docker container is a "lightweight" VM. The benifit of using container is that we do not need to care much about hardware level as real virtual machine. Instead, we only focus on the levels above operating system. Also, like WSL2, Docker's operating system can garantee file's real-time real-write synchronization between docker container folder and host folder

This sub-chapter can be split into 4 sections:⚓︎

  1. Basic guidance of docker container for start using Docker.

  2. A good model for Docker Image initialization.

  3. Docker Compose and it's application.

  4. Docker command line.


Last update: December 4, 2022 05:57:23
Created: November 3, 2022 06:58:10