What does docker ee mean?
Docker EE is the enterprise version of Docker. It includes hundreds of engines, operation interfaces and private security registrations. Users can deploy locally and a support agreement is included.
Recommended: "docker tutorial"
The upper-layer architecture is shown in the figure below.
Docker EE Engine
Docker engine provides all core functions of Docker. Core functions include mirroring, container management, network, volumes, clusters, security, etc. It currently includes two editions: Community Edition (CE) and Enterprise Edition (EE).
The biggest difference between the two versions, and what users are most concerned about, is the release cycle and corresponding support.
Docker EE is released quarterly and adopts a time-based versioning scheme. For example, the Docker EE release in June 2018 is called 18.06.x-ee. Docker Inc. provides ongoing support for one year and patches every release.
The above is the detailed content of What does docker ee mean?. For more information, please follow other related articles on the PHP Chinese website!