Add Docker EE Trial Button (#4806)

* Add Docker EE Trial Button

* Add link to trial
This commit is contained in:
John Mulhausen 2017-10-05 14:01:58 -07:00 committed by GitHub
parent 0201df7716
commit 75ade4c034
2 changed files with 33 additions and 12 deletions

View File

@ -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

View File

@ -8,6 +8,9 @@ notags: true
---
{% assign page.title = site.name %}
<div class="row">
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
## 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"}
</div>
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
## 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');"}
</div>
</div>
{% if site.edge == true %}
{% capture ce-edge-section %}
@ -215,6 +233,19 @@ Continue reading, or go straight to [API and CLI](#api-and-cli),
<div class="row">
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
### 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"}
</div>
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
### 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"}
</div>
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
### 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"}
</div>
</div><!-- end row -->