8000 Update aws.md (#1578) · unlaudable/docker.github.io@925c21a · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 925c21a

Browse files
Nicola Kabarjoaofnfernandes
authored andcommitted
Update aws.md (docker#1578)
* Update aws.md * Fix url in DDC for AWS
1 parent 6365c9e commit 925c21a

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

datacenter/images/create_ucp_hrm.png

-68.6 KB
Binary file not shown.

datacenter/install/aws.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: Learn how to deploy Docker Datacenter with one click, using an Amaz
44
keywords: docker, datacenter, install, orchestration, management
55
---
66

7-
{% assign template_url = "https://console.aws.amazon.com/cloudformation/home?#/stacks/new?templateURL=https://s3.amazonaws.com/packages.docker.com/caas/docker/docker_for_aws_ddc_2.1.0-beta1.json" %}
7+
{% assign launch_url = "https://console.aws.amazon.com/cloudformation/home?#/stacks/new?templateURL=" %}
8+
{% assign template_url = "https://s3.amazonaws.com/packages.docker.com/caas/docker/docker_for_aws_ddc_2.1.0.json" %}
89

910
Docker Datacenter on Docker for AWS is a one-click deploy of highly-scalable
1011
Docker Datacenter (Universal Control Plane and Docker Trusted Registry) based
@@ -102,7 +103,7 @@ above configuration options.
102103

103104
- Click on **Launch Stack** below. This link will take you to A 10331 WS cloudformation portal.
104105

105-
[![Docker Datacenter on Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)]({{ template_url }})
106+
[![Docker Datacenter on Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)]({{ launch_url }}{{ template_url }})
106107

107108
- Confirm your AWS Region that you'd like to launch this stack in (top right corner)
108109
- Provide the required parameters and click **Next** (see below)
@@ -152,9 +153,9 @@ stack outputs such as UCP and DTR URLs directly from CLI as follows:
152153

153154
## Software Versions
154155

155-
- Docker Commercially Supported Engine: `1.12.3-cs4`
156-
- UCP: `2.0.1`
157-
- DTR: `2.1.0`
156+
- Docker Commercially Supported Engine: `1.13.1-cs1`
157+
- UCP: `2.1.0`
158+
- DTR: `2.2.0`
158159

159160
## System containers
160161
Each node will have a few system containers running on them to help run your swarm cluster. In order for everything to run smoothly, please keep those containers running, and don't make any changes. If you make any changes, we can't guarantee that Docker for AWS will work correctly.
@@ -312,15 +313,6 @@ provides multiple advantages to easily deploy and access your application.
312313
ehazlett/docker-demo:dcus
313314
```
314315
315-
> Note: There is currently a caveat with HRM and Docker Datacenter running on
316-
AWS. Before enabling the feature, you need to create a new network named
317-
`ucp-hrm`. Please go to **Resources** > **Networks** > **Create Network** and
318-
use the below info before clicking **Create**. Once you create the network,
319-
you can enable HRM.
320-
321-
![create_ucp_hrm_network.png](../images/create_ucp_hrm.png)
322-
323-
324316
#### Non-Swarm Mode Container Based Applications
325317
326318
If you are deploying non-swarm mode container-based applications, you can

0 commit comments

Comments
 (0)
0