Home > Article > Operation and Maintenance > What is the difference between ee and ce in docker
Difference: 1. "docker-ce" is an open source project maintained by docker company, and "docker-ee" is a closed source product maintained by docker company; 2. "docker-ce" is free based on moby project The container product, "docker-ee" is a paid commercial product of Docker Company.
The operating environment of this tutorial: linux7.3 system, docker-1.13.1 version, Dell G3 computer.
What is the difference between ee and ce in docker
Docker made it clear very early in 2016 that it would be at the enterprise level Focus on follow-up. The 1.12 and 1.13 versions launched in just one year are indeed great improvements in functionality. After March 1, 2017, the version naming of Docker began to change, and the CE version and EE version were separated. These were discovered only after suddenly discovering that the installation script of docker 1.13 was not easy to use. Together they are simple. Let’s take a look at the specific situation.
The current platforms supported by docker's CE and EE are as follows. Ubuntu and CentOS, which everyone loves, are supported by CE and EE as Linux distributions.
docker-ce is an open source project maintained by the docker company. It is a free container product based on the moby project;
docker-ee is maintained by the docker company The closed source product is a commercial product of docker company;
docker-ce project is maintained by docker company, and docker-ee is closed source;
To use free docker, click docker from the web page -Get it on ce;
If you want to use paid docker, get it from the web page docker-ee.
Recommended learning: "docker video tutorial"
The above is the detailed content of What is the difference between ee and ce in docker. For more information, please follow other related articles on the PHP Chinese website!