Home>Article>Operation and Maintenance> What is Docker CE
Docker CE refers to Docker Community Edition, which is used for developers or small teams to create container-based applications, share them with team members, and automate the development pipeline. Docker CE version provides simple installation and fast installation so that you can start developing immediately.
The operating environment of this tutorial: linux5.9.8 system, docker-1.13.1 version, Dell G3 computer.
After March 1, 2017, the version naming of Docker began to change, and the CE version and EE version were separated:
##Docker Community Edition (CE): For developers or small teams to create container-based applications, share and automate the development pipeline with team members. docker-ce provides easy installation and fast installation so that you can start developing immediately. docker-ce integration and optimization,infrastructure.(Free)
Docker Enterprise Edition (EE): Designed for enterprise development and IT teams who build it. docker-ee provides enterprises with the most secure container platform, an application-centric platform.(Paid)
Version difference
Docker EE
Docker EE is supported by the company, available on certified operating systems and cloud providers, and can run certified containers and plugins from the Docker Store. Docker EE offers three service tiers:Docker CE is the new name for the free Docker product, Docker CE includes The complete Docker platform is very suitable for developers and operation and maintenance teams to build container apps. In fact, Docker CE 17.03 can be understood as a bug-fixed version of Docker 1.13.1. Therefore, the risk of upgrading from Docker 1.13 to Docker CE 17.03 is relatively small.
You can go to Docker's RELEASE log to view details https://github.com/docker/docker/releases.
Docker Company believes that the launch of Docker CE and EE versions has brought huge improvements to Docker's life cycle, maintainability and upgradeability.
Note:Docker is divided into Enterprise Edition (EE) and Community Edition (CE) starting from 17.03. The Community Edition is not a castrated version, but has a different name. ; The Enterprise Edition provides some premium features for a fee.
The EE version has a maintenance period of one year; the stable version of CE is released once every three months and has a maintenance period of four months; in addition, CE also has an edge version, which is released once a month.
Recommended learning: "
docker video tutorialThe above is the detailed content of What is Docker CE. For more information, please follow other related articles on the PHP Chinese website!