Finished section1: installing docker

master
Jason Zhu 2020-11-26 16:25:11 +11:00
parent 41c41e2f5c
commit 1aa642e9cc
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Installing Docker
## Setting up Docker
* Docker needs a Linux server to manage
* Some people using Linux VM to run docker
* Docker helps run this Linux VM as shown below
![Docker manage Linux VM](imgs/docker_manage_LinuxVM.png)
Where
* "Program named Docker" is a client program
* "Docker" including LinuxVM is server program
Simplest running docker container: `docker run hello-world`
## Docker Desktop
As I'm working on Ubuntu, docker desktop (only for Windows and Mac) is no need. As docker is just another program on linux
`docker info` tell's general information about the docker server program

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB