mirror of https://github.com/docker/docs.git
Note that China and US Gov Cloud are not supported.
This commit is contained in:
parent
18dac9da57
commit
8c81e8e2e1
|
@ -104,7 +104,7 @@ If you are using the `10.0.0.0/16` CIDR in your VPC. When you create a docker ne
|
|||
|
||||
## Which AWS regions will this work with?
|
||||
|
||||
Docker for AWS should work with all regions except for AWS China, which is a little different than the other regions.
|
||||
Docker for AWS should work with all regions except for AWS US Gov Cloud (us-gov-west-1) and AWS China, which are a little different than the other regions.
|
||||
|
||||
## How many Availability Zones does Docker for AWS use?
|
||||
|
||||
|
|
|
@ -85,6 +85,8 @@ If you need to install Docker for AWS with an existing VPC, you need to do a few
|
|||
|
||||
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)
|
||||
|
||||
Note that the China and US Gov Cloud AWS partitions are not currently supported.
|
||||
|
||||
### Configuration
|
||||
|
||||
Docker for AWS is installed with a CloudFormation template that configures Docker in swarm-mode, running on instances backed custom AMIs. There are two ways you can deploy Docker for AWS. You can use the AWS Management Console (browser based), or use the AWS CLI. Both have the following configuration options.
|
||||
|
|
Loading…
Reference in New Issue