Finished section1: installing docker
This commit is contained in:
parent
41c41e2f5c
commit
1aa642e9cc
20
notes/1_installing_docker.md
Normal file
20
notes/1_installing_docker.md
Normal 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
|
||||
|
||||

|
||||
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
|
BIN
notes/imgs/docker_manage_LinuxVM.png
Normal file
BIN
notes/imgs/docker_manage_LinuxVM.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
Loading…
x
Reference in New Issue
Block a user