mirror of https://github.com/docker/docs.git
parent
6365c9e110
commit
925c21a77f
Binary file not shown.
|
Before Width: | Height: | Size: 69 KiB |
|
|
@ -4,7 +4,8 @@ description: Learn how to deploy Docker Datacenter with one click, using an Amaz
|
|||
keywords: docker, datacenter, install, orchestration, management
|
||||
---
|
||||
|
||||
{% 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" %}
|
||||
{% assign launch_url = "https://console.aws.amazon.com/cloudformation/home?#/stacks/new?templateURL=" %}
|
||||
{% assign template_url = "https://s3.amazonaws.com/packages.docker.com/caas/docker/docker_for_aws_ddc_2.1.0.json" %}
|
||||
|
||||
Docker Datacenter on Docker for AWS is a one-click deploy of highly-scalable
|
||||
Docker Datacenter (Universal Control Plane and Docker Trusted Registry) based
|
||||
|
|
@ -102,7 +103,7 @@ above configuration options.
|
|||
|
||||
- Click on **Launch Stack** below. This link will take you to AWS cloudformation portal.
|
||||
|
||||
[]({{ template_url }})
|
||||
[]({{ launch_url }}{{ template_url }})
|
||||
|
||||
- Confirm your AWS Region that you'd like to launch this stack in (top right corner)
|
||||
- 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:
|
|||
|
||||
## Software Versions
|
||||
|
||||
- Docker Commercially Supported Engine: `1.12.3-cs4`
|
||||
- UCP: `2.0.1`
|
||||
- DTR: `2.1.0`
|
||||
- Docker Commercially Supported Engine: `1.13.1-cs1`
|
||||
- UCP: `2.1.0`
|
||||
- DTR: `2.2.0`
|
||||
|
||||
## System containers
|
||||
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.
|
|||
ehazlett/docker-demo:dcus
|
||||
```
|
||||
|
||||
> Note: There is currently a caveat with HRM and Docker Datacenter running on
|
||||
AWS. Before enabling the feature, you need to create a new network named
|
||||
`ucp-hrm`. Please go to **Resources** > **Networks** > **Create Network** and
|
||||
use the below info before clicking **Create**. Once you create the network,
|
||||
you can enable HRM.
|
||||
|
||||

|
||||
|
||||
|
||||
#### Non-Swarm Mode Container Based Applications
|
||||
|
||||
If you are deploying non-swarm mode container-based applications, you can
|
||||
|
|
|
|||
Loading…
Reference in New Issue