diff --git a/_data/toc.yaml b/_data/toc.yaml index ce9bf25a55..ab70194f79 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1380,6 +1380,8 @@ manuals: - path: /engine/installation/ title: Install Docker EE nosync: true + - title: Try Docker EE (no install) + path: https://dockertrial.com - path: /enterprise/telemetry/ title: Manage usage data collection - sectiontitle: Release notes diff --git a/index.md b/index.md index 93f35e1c3f..7dbdde123c 100644 --- a/index.md +++ b/index.md @@ -8,6 +8,9 @@ notags: true --- {% assign page.title = site.name %} +
+
+ ## Get started with Docker Try our new multi-part walkthrough that goes from writing your first app, @@ -16,6 +19,21 @@ production servers in the cloud. Total reading time is less than an hour! [Get started with Docker](/get-started/){: class="button outline-btn"} +
+
+ +## Try Docker Enterprise Edition + +Run your solution in production with Docker Enterprise Edition and you'll get a +management dashboard, security scanning, LDAP integration, content signing, +multi-cloud support, and more. Click below to test +drive a running instance of Docker EE, without installing anything. + +[Try Docker Enterprise Edition](https://dockertrial.com){: class="button outline-btn" onclick="ga('send', 'event', 'EE Trial Referral', 'Front Page', 'Click');"} + +
+
+ {% if site.edge == true %} {% capture ce-edge-section %} @@ -215,6 +233,19 @@ Continue reading, or go straight to [API and CLI](#api-and-cli),
+### Docker Community Edition + +Get started with Docker and experimenting with container-based apps. Docker CE +is available on many platforms, from desktop to cloud to server. Build and share +containers and automate the development pipeline from a single environment. +Choose the Edge channel to get access to the latest features, or the Stable +channel for more predictability. + +[Learn more about Docker CE](/engine/installation/#platform-support-matrix){: class="button outline-btn"} + +
+
+ ### Docker Enterprise Edition Designed for enterprise development and IT teams who build, ship, and run @@ -224,19 +255,7 @@ the industry to modernize all applications. Docker EE Advanced comes with enterp [add-ons](#docker-ee-add-ons) like UCP and DTR. [Learn more about Docker EE](/engine/installation/#platform-support-matrix){: class="button outline-btn"} -
-
- -### Docker Community Edition - -Get started with Docker and experimenting with container-based apps. Docker CE -is available on many platforms, from desktop to cloud to server. Build and share -containers and automate the development pipeline from a single environment. -Choose the Edge channel to get fast access to the latest features, or the Stable -channel for more predictability. - -[Learn more about Docker CE](/engine/installation/#platform-support-matrix){: class="button outline-btn"}