Home > Common Problem > body text

docker tutorial

王林
Release: 2019-10-29 18:04:34
Original
4854 people have browsed it

docker tutorial

What is docker?

Docker is an open source application container engine, based on the Go language and open source in compliance with the Apache2.0 protocol.

Docker allows developers to package their applications and dependencies into a lightweight, portable container, and then publish it to any popular Linux machine, which can also be virtualized.

Containers completely use the sandbox mechanism and do not have any interfaces with each other (similar to iPhone apps). More importantly, the container performance overhead is extremely low.

Docker application scenarios

Automated packaging and publishing of Web applications.

Automated testing, continuous integration and release.

Deploy and adjust databases or other back-end applications in service-based environments.

Compile from scratch or extend an existing OpenShift or Cloud Foundry platform to build your own PaaS environment.

The above is the detailed content of docker tutorial. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!