Home > Article > Operation and Maintenance > What is the difference between docker ce and docker ee
The difference is as follows:
docker-ce is an open source project maintained by docker company and is a free container product based on the moby project;
docker -ee is a closed source product maintained by docker company and is a commercial product of docker company;
docker-ce project is maintained by docker company, docker-ee is closed source;
is free to use Docker, get it from the web page docker-ce;
If you want to use paid docker, get it from the web page docker-ee.
Recommended tutorial: docker tutorial
The above is the detailed content of What is the difference between docker ce and docker ee. For more information, please follow other related articles on the PHP Chinese website!