mirror of https://github.com/docker/docs.git
Adds supported S3 regions
This commit is contained in:
parent
e5097cf2f6
commit
be2f03958c
|
|
@ -115,4 +115,27 @@ configure all Docker Engines that push or pull from DTR to skip TLS
|
|||
verification. You do this by adding DTR to
|
||||
the [list of insecure registries when starting Docker](/engine/reference/commandline/dockerd.md).
|
||||
|
||||
## Supported regions
|
||||
|
||||
DTR supports the following S3 regions:
|
||||
|
||||
| Region |
|
||||
|:---------------|
|
||||
| us-east-1 |
|
||||
| us-east-2 |
|
||||
| us-west-1 |
|
||||
| us-west-2 |
|
||||
| eu-west-1 |
|
||||
| eu-west-2 |
|
||||
| eu-central-1 |
|
||||
| ap-south-1 |
|
||||
| ap-southeast-1 |
|
||||
| ap-southeast-2 |
|
||||
| ap-northeast-1 |
|
||||
| ap-northeast-2 |
|
||||
| sa-east-1 |
|
||||
| cn-north-1 |
|
||||
| us-gov-west-1 |
|
||||
| ca-central-1 |
|
||||
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue