What is Docker CE

青灯夜游
青灯夜游 Original
2022-01-28 13:58:53 9797browse

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.

What is Docker CE

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:

  • Basic includes the Docker platform for certified infrastructure, support from Docker Inc., certified from the Docker Store Containers and Plug-ins

  • Standard adds advanced image and container management, LDAP/AD user integration, role-based access control (Docker Datacenter)

  • Advanced adds Docker security scanning, continuous vulnerability monitoring

##Docker CE

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 tutorial

"

The above is the detailed content of What is Docker CE. 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
Previous article:what is docker swarm Next article:what is docker swarm