From a58c22a49d3a6e1b67db47318e5bb969263e7808 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Thu, 13 Jun 2019 08:08:43 -0700 Subject: [PATCH] changing labels for Docker Engine - Enterprise, Docker Engine - Community, and Docker Enterprise Signed-off-by: Dawn W Docker --- install/overview.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/install/overview.md b/install/overview.md index cd5cf46e4c..6748565190 100644 --- a/install/overview.md +++ b/install/overview.md @@ -1,21 +1,20 @@ --- title: Overview of Docker editions -description: Learn about the two Docker editions available, Docker Enterprise - Edition, and Docker Community Edition. -keywords: editions, ee, ce, +description: Learn about the three Docker tiers available, Docker Enterprise, Docker Engine - Enterprise and Docker Engine - Community. +keywords: editions, tiers, ee, ce, Docker Engine - Enterprise, Docker Engine - Community green-check: '![yes](/install/images/green-check.svg){: style="height: 14px; margin: 0 auto"}' --- +Docker is available in three tiers: -Docker is available in two editions: -* Community Edition (CE) -* Enterprise Edition (EE) +* Docker Engine - Community +* Docker Engine - Enterprise +* Docker Enterprise -Docker Community Edition (CE) is ideal for individual developers and small teams -looking to get started with Docker and experimenting with container-based apps. +Docker Engine - Community is ideal for individual developers and small teams looking to get started with Docker and experimenting with container-based apps. -Docker Enterprise Edition (EE) is designed for enterprise development and IT -teams who build, ship, and run business critical applications in production at -scale. +Docker Engine - Enterprise is designed for enterprise development of a container runtime with security and an enterprise grade SLA in mind. + +Docker Enterprise is designed for enterprise development and IT teams who build, ship, and run business critical applications in production at scale. {% include docker_ce_ee.md %}