Home  >  Article  >  Operation and Maintenance  >  What are the advantages of docker

What are the advantages of docker

王林
王林Original
2020-04-14 13:54:274601browse

What are the advantages of docker

The advantages are as follows:

1. Cross-platform portability

Packaged according to unified standards (in the mirror) and can be spread.

2. Application-oriented

Optimize the deployment of applications (design philosophy)→API, interfaces and documents (embodiment).

3. Version control

Tracking, querying, recording version information (application change history) and rolling back versions, etc.

4. Component reuse

Component-based construction (basic image) → Python (running environment) | postgreasql (basic image).

5. Sharability

Public registration server (source code can be downloaded for free).

Recommended tutorial: docker tutorial

The above is the detailed content of What are the advantages of docker. 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