Merge pull request #1188 from docker/linkfix-john

Link fixes and link to app tutorial
This commit is contained in:
Misty Stanley-Jones 2017-01-19 12:26:05 -08:00 committed by Misty Stanley-Jones
parent 584acf397b
commit 00d68e59ea
1 changed files with 8 additions and 7 deletions

View File

@ -35,12 +35,12 @@ Docker on a different Linux distribution, consider
You can use Docker Cloud to automatically provision and manage your cloud You can use Docker Cloud to automatically provision and manage your cloud
instances: instances:
* [Amazon Web Services setup guide](link-aws.md) * [Amazon Web Services setup guide](/docker-cloud/infrastructure/link-aws.md)
* [DigitalOcean setup guide](link-do.md) * [DigitalOcean setup guide](/docker-cloud/infrastructure/link-do.md)
* [Microsoft Azure setup guide](link-azure.md) * [Microsoft Azure setup guide](/docker-cloud/infrastructure/link-azure.md)
* [Packet setup guide](link-packet.md) * [Packet setup guide](/docker-cloud/infrastructure/link-packet.md)
* [SoftLayer setup guide](link-softlayer.md) * [SoftLayer setup guide](/docker-cloud/infrastructure/link-softlayer.md)
* [Use the Docker Cloud Agent to Bring your Own Host](byoh.md) * [Use the Docker Cloud Agent to Bring your Own Host](/docker-cloud/infrastructure/byoh.md)
You can also use our official Docker Editions if you'd like to manually manage You can also use our official Docker Editions if you'd like to manually manage
your cloud instances: your cloud instances:
@ -56,4 +56,5 @@ Instructions for installing prior releases of Docker can be found in the
## Get started ## Get started
After setting up Docker, try learning the basics over at After setting up Docker, try learning the basics over at
[Getting started with Docker](/engine/getstarted/). [Getting started with Docker](/engine/getstarted/), then learn how to deploy
full-blown applications in our [app tutorial](/engine/getstarted-voting-app/).