What is docker developed for?

藏色散人
Release: 2021-12-30 10:54:40
Original
2168 people have browsed it

Docker is an open source application container engine that allows developers to package their applications and dependencies into a portable container and then publish them to any popular Linux or Windows operating system machine. Virtualization can be achieved.

What is docker developed for?

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

What is docker developed for?

Docker is an open source application container engine that allows developers to package their applications and dependencies into a portable container and then publish them to any popular Linux or Windows operating system machine On the other hand, virtualization can also be achieved. Containers completely use the sandbox mechanism and will not have any interfaces with each other.

A complete Docker consists of the following parts:

  • DockerClient client

  • Docker Daemon daemon process

  • Docker Image

  • DockerContainer container

Docker has two file formats, Dockerfile and Compose file . A Dockerfile defines the contents and startup behavior of a single container. Compose file defines a multi-container application.

Recommended learning: "docker video tutorial"

The above is the detailed content of What is docker developed for?. 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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!