mirror of https://github.com/docker/docs.git
[WIP] Add stable existing VPC option (#3823)
* [WIP] Add stable existing VPC option * add macro value
This commit is contained in:
parent
68a77a047d
commit
1033933b72
|
@ -32,6 +32,11 @@
|
|||
<a class="button outline-btn aws-deploy" href="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=Docker&templateURL=https://editions-us-east-1.s3.amazonaws.com/aws/test/Docker-no-vpc.tmpl" data-rel="{{ d4a_test }}" target="blank">Deploy Docker Community Edition (CE) for AWS (test)<br/><small>uses your existing VPC</small></a>
|
||||
{% endcapture %}
|
||||
|
||||
{% capture aws_blue_vpc_latest %}
|
||||
<a class="button outline-btn aws-deploy" href="https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=Docker&templateURL=https://editions-us-east-1.s3.amazonaws.com/aws/stable/Docker-no-vpc.tmpl" data-rel="{{ d4a_stable }}" target="blank">Deploy Docker Community Edition (CE) for AWS (stable)<br/><small>uses your existing VPC</small></a>
|
||||
<div class="clearfix"></div>
|
||||
{% endcapture %}
|
||||
|
||||
{% capture azure_blue_latest %}
|
||||
<a class="button outline-btn azure-deploy" href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fdownload.docker.com%2Fazure%2Fstable%2FDocker.tmpl" data-rel="{{ d4a_stable }}" target="blank">Deploy Docker Community Edition (CE) for Azure (stable)</a>
|
||||
<div class="clearfix"></div>
|
||||
|
|
|
@ -39,6 +39,7 @@ using CloudFormation. For more about stable and edge channels, see the
|
|||
<tr valign="top">
|
||||
<td width="33%">
|
||||
{{aws_blue_latest}}
|
||||
{{aws_blue_vpc_latest}}
|
||||
</td>
|
||||
<td width="34%">
|
||||
{{aws_blue_edge}}
|
||||
|
|
Loading…
Reference in New Issue