Understand Docker

Programming study diary

September 2, 2020 I will summarize Docker, which is a container virtualization technology.

What is Docker

Docker is one of the technologies called container-type virtualization. Server virtualization allows you to create and lend multiple virtual servers, which are virtual servers, on top of a physical server, and this virtual server behaves like a real server. Container-type virtualization provides a user space on the OS where resources for virtual users to execute applications, called containers, are provided. Normally, there is one user space on one OS, but container-type virtualization can provide multiple containers that are virtual user spaces on one OS.

Good point

Docker can instantly launch or delete a preset environment on any machine. In other words, ready to use </ font> is a big advantage. It has the property of being idempotent, which means that the result does not change no matter how many times it is executed, so the same development environment will start up no matter how many times it is started up.

References

What's the difference between the hottest "Docker container" and traditional virtualization?

Recommended Posts

Understand Docker
docker
Understand the basics of docker
docker memo
kubernetes + docker
spring × docker
Docker basics
Docker installation
Docker command
Docker memorandum
Docker memorandum
Understand DI
Understand in 5 minutes !! How to use Docker
docker tutorial (memo)
What is Docker?
Docker basic summary
Technical memorandum (Docker)
Docker + Laravel + Codeception
Liberty on Docker
Docker operation memo
[wip] Docker notes
Memorandum docker command
Docker command list
What is Docker
docker volume checked
Docker command memo
docker basic command
Docker basic commands
[Memo] docker summary
Docker study notes
Docker command summary
Small Docker container
Let's understand closures!
Docker in LXD
[Docker Network Chapter 3] Understand the -net = host option
Rails Docker ~ Part 1 ~
Rails Docker ~ Part 2 ~
heroku: docker: deploy
/ n \ n docker java
What is Docker
Docker + Spring-boot start
About Docker capacity
clang ++ docker upgrade
Docker environment construction
[Docker] Command summary
[Docker] Command list
Understand java constructor
[Docker cheat sheet]
Redmine on Docker
Learn Docker roughly