Update connect-infra.md (#2417)

This commit is contained in:
Wang Jie 2017-03-22 02:47:04 +08:00 committed by John Mulhausen
parent 78f65218a4
commit 0729d9437c
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ This could mean granting access to a cloud services provider such as AWS or Azur
## Link to a cloud service provider
To link your cloud provider accounts, first go to your [Docker Cloud dashboard](https://cloud.docker.com/).
Then, use the one of the detailed tutorials below to link your account. You should open the detailed linking tutorial in a new tab or window so you can continue the tutorial when you're finished.
Then, use one of the detailed tutorials below to link your account. You should open the detailed linking tutorial in a new tab or window so you can continue the tutorial when you're finished.
- [Amazon Web Services](../infrastructure/link-aws.md) (uses an Access Key ID + Secret Access Key)
- [DigitalOcean](../infrastructure/link-do.md) (uses OAuth)
@ -25,7 +25,7 @@ Then, use the one of the detailed tutorials below to link your account. You shou
## Link to your own hosts (Bring Your Own Node - BYON)
If you are not using a cloud services provider and are using your own hosts, you'll need to install the Docker Cloud Agent on those hosts so that Docker Cloud can communicate with them. Follow the directions at [Bring Your Own Node instructions](../infrastructure/byoh.md). Open these instructions in a new window or tab so you can return to this tutorial once you're done linking your hosts.
If you are not using a cloud services provider and are using your own hosts, you'll need to install the Docker Cloud Agent on those hosts so that Docker Cloud can communicate with them. Follow the directions at [Bring Your Own Node instructions](../infrastructure/byoh.md). Open these instructions in a new window or tab so you can return to this tutorial once you're done linking your hosts.
## Ready to go?
Once you've linked to your cloud services provider or to your own hosts, [continue the tutorial and deploy your first node](your_first_node.md).