mirror of https://github.com/docker/docs.git
Update aws.md (#2593)
This commit is contained in:
parent
ccfb68a8fa
commit
a40e346431
|
@ -37,7 +37,7 @@ in your worker Auto Scaling group (via the AWS console, or updating the
|
|||
automatically join the swarm. This architecture ensures that both manager
|
||||
and worker nodes are spread across multiple AZs for resiliency and
|
||||
high-availability. The template is adjustable and upgradeable meaning you can
|
||||
adjust your configuration (e.g instance types or Docker engine version)
|
||||
adjust your configuration (e.g instance types or Docker engine version).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
@ -52,9 +52,9 @@ in your worker Auto Scaling group (via the AWS console, or updating the
|
|||
- S3 Bucket
|
||||
|
||||
- SSH key in AWS in the region where you want to deploy (required to access the completed Docker install)
|
||||
- AWS account that support EC2-VPC
|
||||
- AWS account that supports EC2-VPC
|
||||
|
||||
For more information about adding an SSH key pair to your account, please refer to the [Amazon EC2 Key Pairs docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html)
|
||||
For more information about adding an SSH key pair to your account, please refer to the [Amazon EC2 Key Pairs docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html).
|
||||
|
||||
|
||||
## Cloudformation Parameters
|
||||
|
@ -95,6 +95,7 @@ Enable if you want Docker for AWS to automatically cleanup unused space on your
|
|||
When enabled, `docker system prune` will run staggered every day, starting at 1:42AM UTC on both workers and managers. The prune times are staggered slightly so that not all nodes will be pruned at the same time. This limits resource spikes on the swarm.
|
||||
|
||||
Pruning removes the following:
|
||||
|
||||
- All stopped containers
|
||||
- All volumes not used by at least one container
|
||||
- All dangling images
|
||||
|
@ -156,7 +157,7 @@ landing pages:
|
|||
|
||||
{: .with-border}
|
||||
|
||||
> Note: During the installation process, a self-signed certificate is generated
|
||||
> **Note**: During the installation process, a self-signed certificate is generated
|
||||
for both UCP and DTR. You can replace these certificates with your own
|
||||
CA-signed certificate after the installation is complete. When you access UCP
|
||||
and DTR URLs for the first time, you need to proceed insecurely (multiple times)
|
||||
|
@ -204,7 +205,7 @@ Once you download the bundle and load it, run the following command:
|
|||
Once you run this Docker container, you'll be requested to choose a replica
|
||||
to reconfigure. Press **Enter** to proceed with the chosen one.
|
||||
|
||||
8. Now you may access UCP and DTR with your own custom DNS names
|
||||
8. Now you may access UCP and DTR with your own custom DNS names.
|
||||
|
||||
## Deploy and Access Your Applications on Docker Enterprise Edition
|
||||
|
||||
|
@ -328,7 +329,7 @@ pool until it reaches the new size.
|
|||
|
||||
### CloudFormation Update
|
||||
Go to the CloudFormation management page, and click the checkbox next to the
|
||||
stack you want to update. Then Click on the action button at the top, and
|
||||
stack you want to update. Then click on the action button at the top, and
|
||||
select "Update Stack".
|
||||
|
||||
{: .with-border}
|
||||
|
|
Loading…
Reference in New Issue