Finished section1: installing docker
parent
41c41e2f5c
commit
1aa642e9cc
|
@ -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 |
Loading…
Reference in New Issue