Files
docker-docs/docker-cloud/infrastructure/link-do.md
Victoria Bialas 63c7febfdd added Python, Docker Cloud install/run to known issues and setup notes (#3525)
* added Anaconda Python 3.5.2 install/run to known issues

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added notes re: Python 3.x not supported in setup and install

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed heading levels in Cloud known errors

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed links (moby --> docker), formatting

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed on-page link list alignments for toc max/min topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-07 18:36:50 -07:00

43 lines
1.6 KiB
Markdown

---
description: Link your DigitalOcean account
keywords: link, DigitalOcean, account
redirect_from:
- /docker-cloud/getting-started/beginner/link-do/
- /docker-cloud/getting-started/link-do/
- /engine/installation/cloud/cloud-ex-machine-ocean/
title: Link a DigitalOcean account
---
You can link your DigitalOcean account to your Docker Cloud account to deploy
**nodes** and **node clusters** using Docker Cloud's Dashboard, API, and CLI.
You must link your DigitalOcean account so that Docker Cloud can interact with
DigitalOcean on your behalf to create and manage your **nodes** (droplets).
If you don't have a **DigitalOcean** account, you can sign up with this link to
get a $10 credit:
[https://www.digitalocean.com/?refcode=bc0c34035aa5](https://www.digitalocean.com/?refcode=bc0c34035aa5)
## Link your DigitalOcean Account
To link your DigitalOcean account so you can launch **nodes** using Docker
Cloud, navigate to **Account info \> Cloud Providers**. You'll see a list of all
the providers that you can link to Docker Cloud. Click **Link account** next to
DigitalOcean.
![](images/do-link-account.png)
You'll be redirected to a DigitalOcean login screen. Use your **DigitalOcean**
credentials to log in to your account.
![](images/do-login-screen.png)
Once you log in, a message appears prompting you to confirm the link.
![](images/do-approve-access.png)
## What's next?
You're ready to start using DigitalOcean as the infrastructure provider for
Docker Cloud! If you came here from the tutorial, click here to [continue the
tutorial and deploy your first node](../getting-started/your_first_node.md).