Home  >  Article  >  Operation and Maintenance  >  What is a docker container called?

What is a docker container called?

藏色散人
藏色散人Original
2021-12-08 16:42:494493browse

Docker container is called Docker Container. It is an open source application container engine that allows developers to package their applications and dependency packages into a portable container in a unified way, and then publish it to anyone who has Docker installed. Virtualization can also be implemented on the engine server.

What is a docker container called?

The operating environment of this article: Windows 7 system, Docker version 20.10.11, Dell G3 computer.

What is the docker container called?

docker container is called Docker Container.

Docker container is an open source application container engine that allows developers to package their applications and dependency packages into a portable container in a unified manner, and then publish them to any server with the docker engine installed. (Including popular Linux machines and Windows machines), virtualization can also be implemented. Containers completely use the sandbox mechanism and do not have any interfaces with each other (similar to iPhone apps). There is almost no performance overhead and can be easily run on machines and data centers. Most importantly, they do not depend on any language, framework or system.

Features

Docker containers are roughly similar to other container technologies. However, Docker bundles key application components within a single container, making the container portable across different platforms and cloud computing. As a result, Docker has become the ideal container technology for applications that need to run across multiple different environments.

Docker can also benefit applications that use microservices, which are applications that are decomposed into smaller, specially developed services. These services use a common REST API to interact. Developers using fully encapsulated Docker containers can develop a more efficient distribution model for applications using microservices.

Recommended learning: "Docker Video Tutorial"

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

Statement:
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