What are the main features of docker?

Release: 2020-03-26 14:21:57
Original
5118 people have browsed it

What are the main features of docker?

Docker’s design features:

Lightweight

Multiple Docker containers running on one machine can share the operating system of this machine Kernel; fast-reading startup that requires very little computing and memory resources. The image is constructed through the file system layer and shares some common files, so that disk usage can be minimized and the image can be downloaded faster;

Standard

Docker containers are based on open Standard, able to run on all mainstream Linux versions, Microsoft Windows, and any infrastructure service infrastructure including VMs, bare metal servers, and clouds;

Security

Docker gives applications isolation, not only Limited to being isolated from each other and independent of the underlying infrastructure. Docker provides the strongest isolation by default, so if there is an application problem, it is only a problem with a single container and will not affect the entire machine.

For more related tutorials, please pay attention to the docker tutorial column on the PHP Chinese website.

The above is the detailed content of What are the main features of docker?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template