In this section, we will have a quick review of the different Docker editions. We have been using Docker Community in previous chapters, but now, it is time to learn about Docker Enterprise. This is because it is very important for the Docker Certified Associate exam. In fact, it could relate to more than 50% of the knowledge required for the exam because all of the concepts you'll be learning about will relate to this platform.
Docker Community is the Docker platform we use while developing container-based applications. It is free to use and is supported on GitHub (https://github.com/docker/docker-ce) and Docker Forums (https://forums.docker.com/).
Docker Enterprise is an enterprise-ready solution. Docker/Mirantis provides 24/7 support and is licensed by subscription.
Docker Community
When we talk about Docker Community Edition, also known as docker-ce, we are just referring to Docker Engine (daemon), although there are other community software products...