mirror of https://github.com/docker/docs.git
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:
parent
59034f94f0
commit
506e0f7771
|
@ -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"></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"></a>
|
||||
{% endcapture %}
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"></a>
|
||||
{{azure_button_latest}}
|
||||
|
||||
### New
|
||||
- Docker Engine upgraded to [Docker 1.13.0](https://github.com/docker/docker/blob/master/CHANGELOG.md)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"></a>
|
||||
{{aws_button_latest}}
|
||||
|
||||
### New
|
||||
|
||||
|
|
Loading…
Reference in New Issue