mirror of https://github.com/docker/docs.git
improve readability of note
Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
parent
ec839d5bf8
commit
be4ad50002
|
@ -7,7 +7,12 @@ redirect_from:
|
|||
title: Add a "Deploy to Docker Cloud" button
|
||||
---
|
||||
|
||||
The **Deploy to Docker Cloud** button allows developers to deploy stacks with one click in Docker Cloud. The button is intended to be added to `README.md` files in public GitHub repositories, although it can be used anywhere else.
|
||||
The **Deploy to Docker Cloud** button allows developers to deploy stacks with
|
||||
one click in Docker Cloud as long as they are logged in. The button is intended
|
||||
to be added to `README.md` files in public GitHub repositories, although it can
|
||||
be used anywhere else.
|
||||
|
||||
> **Note**: You must be _logged in_ to Docker Cloud for the button to work correctly. If you are not logged in, you'll see a 404 error instead.
|
||||
|
||||
This is an example button to deploy our <a href="https://github.com/docker/dockercloud-quickstart-python" target="_blank">python quickstart</a>:
|
||||
|
||||
|
@ -21,7 +26,7 @@ The button redirects the user to the **Launch new Stack** wizard, with the stack
|
|||
|
||||
The user can still modify the stack definition before deployment.
|
||||
|
||||
> **Note**: You must be logged in to Docker Cloud for the **Deploy to Docker Cloud** button deployment to work correctly. If you are not logged in, you'll see a 404 error instead.
|
||||
|
||||
|
||||
## Adding the 'Deploy to Docker Cloud' button in GitHub
|
||||
|
||||
|
|
Loading…
Reference in New Issue