Add D4A Quickstart sections

Everybody loves the launch buttons.  We need to give the people what
they want.

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2017-01-26 16:34:30 -08:00
parent 59034f94f0
commit 506e0f7771
5 changed files with 34 additions and 2 deletions

6
_includes/d4a_buttons.md Normal file
View File

@ -0,0 +1,6 @@
{% capture aws_button_latest %}
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=Docker&templateURL=https://editions-us-east-1.s3.amazonaws.com/aws/stable/Docker.tmpl" data-rel="Stable-1" target="blank" id="aws-deploy">![Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)</a>
{% endcapture %}
{% capture azure_button_latest %}
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fdownload.docker.com%2Fazure%2Fstable%2FDocker.tmpl" data-rel="Stable-1" target="_blank" class="_" id="azure-deploy">![Docker for Azure](http://azuredeploy.net/deploybutton.png)</a>
{% endcapture %}

View File

@ -7,6 +7,15 @@ redirect_from:
- /engine/installation/amazon/
---
{% include d4a_buttons.md %}
## Quickstart
If your account [has the proper
permissions](https://docs.docker.com/docker-for-aws/iam-permissions/), you can
use the following button to bootstrap Docker for AWS using CloudFormation:
{{aws_button_latest}}
## Prerequisites

View File

@ -4,10 +4,12 @@ keywords: aws, amazon, iaas, release
title: Docker for AWS Release Notes
---
{% include d4a_buttons.md %}
## 1.13.0-1
Release date: 1/18/2017
<a href="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=Docker&templateURL=https://editions-us-east-1.s3.amazonaws.com/aws/stable/Docker.tmpl" data-rel="Stable-1" target="blank" id="aws-deploy">![Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)</a>
{{azure_button_latest}}
### New
- Docker Engine upgraded to [Docker 1.13.0](https://github.com/docker/docker/blob/master/CHANGELOG.md)

View File

@ -6,6 +6,19 @@ redirect_from:
- /engine/installation/azure/
---
{% include d4a_buttons.md %}
## Quickstart
If your account has the [proper
permissions](https://docs.docker.com/docker-for-azure/#/prerequisites), you can
generate the [Service
Principal](https://docs.docker.com/docker-for-azure/#/service-principal) and
then use the following button to bootstrap Docker for Azure using Azure Resource
Manager:
{{azure_button_latest}}
## Prerequisites
- Access to an Azure account with admin privileges

View File

@ -4,10 +4,12 @@ keywords: azure, microsoft, iaas, tutorial
title: Docker for Azure Release Notes
---
{% include d4a_buttons.md %}
## 1.13.0-1
Release date: 1/18/2017
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fdownload.docker.com%2Fazure%2Fstable%2FDocker.tmpl" data-rel="Stable-1" target="_blank" class="_" id="azure-deploy">![Docker for Azure](http://azuredeploy.net/deploybutton.png)</a>
{{aws_button_latest}}
### New