From 809e07696d0330d5d4366d5e017613befb265d69 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Thu, 20 Apr 2017 14:11:35 +0300 Subject: [PATCH] Clarifying docker -> Moby Moby = open source development Docker CE = free product release based on Moby Docker EE = commercial product release based on Docker CE. Docker EE is on the same code base as Docker CE, so also built from Moby, with commercial components added, such as "docker data center / universal control plane" --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63f9c58..f70a9ea 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,16 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) # Tools -* [Docker](https://github.com/docker/docker) + +Moby = open source development + +Docker CE = free product release based on Moby + +Docker EE = commercial product release based on Docker CE. + +Docker EE is on the same code base as Docker CE, so also built from Moby, with commercial components added, such as "docker data center / universal control plane" + +* [Moby](https://github.com/moby/moby) * [Docker Images](https://hub.docker.com) * [Docker Compose](https://github.com/docker/compose/) (Define and run multi-container applications with Docker) * [Docker Machine](https://github.com/docker/machine) (Machine management for a container-centric world)