mirror of https://github.com/docker/docs.git
Update deploy-to-cloud-btn.md
Add note about having to be logged into Docker Cloud...
This commit is contained in:
parent
88d41de994
commit
498249685b
|
@ -21,6 +21,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: In order for the **Deploy to Docker Cloud** deployment to work correctly, users must be logged into Docker Cloud prior to clicking the button otherwise a 404 error will be returned.
|
||||
|
||||
## Adding the 'Deploy to Docker Cloud' button in GitHub
|
||||
|
||||
|
@ -60,4 +61,4 @@ where `<repo_url>` is the path to your GitHub repository. For example:
|
|||
|
||||
You can use your own image for the link (or no image). Our **Deploy to Docker Cloud** image is available at the following URL:
|
||||
|
||||
* `https://files.cloud.docker.com/images/deploy-to-dockercloud.svg`
|
||||
* `https://files.cloud.docker.com/images/deploy-to-dockercloud.svg`
|
||||
|
|
Loading…
Reference in New Issue