Skip to content

Commit

Permalink
Add Docker Cloud videos and updated redeploy note (docker#2765)
Browse files Browse the repository at this point in the history
* added videos links re:auto build, testing, and redeploy

Signed-off-by: Victoria Bialas <[email protected]>

* added images for video cues, and redeploy note

Signed-off-by: Victoria Bialas <[email protected]>
  • Loading branch information
londoncalling authored Apr 13, 2017
1 parent 373a4cf commit 9044812
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker-cloud/apps/auto-redeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ redirect_from:
title: Redeploy services automatically
---

[![Automated Deployments with Docker Cloud](images/video-auto-redeploy-docker-cloud.png)](https://www.youtube.com/watch?v=I4depUwfbFc "Automated Deployments with Docker Cloud"){:target="_blank"}

Docker Cloud's **Autoredeploy** feature allows a service that uses an image
stored in Docker Hub to automatically redeploy whenever a new image is pushed or
built.

> **Note**: To enable autoredeploy on an image stored in a third party registry,
> **Notes**:
>
>* **Autoredeploy** works only for hub images with the _latest_ tag.
>
>* To enable **autoredeploy** on an image stored in a third party registry,
> you will need to use [redeploy triggers](triggers.md) instead.

## Launching a new service with autoredeploy

You can launch a service with **autoredeploy** enabled by enabling it from the **general settings** section of the **Launch new service** wizard.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docker-cloud/builds/automated-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ redirect_from:
title: Automated builds
---

[![Automated Builds with Docker Cloud](images/video-auto-builds-docker-cloud.png)](https://youtu.be/sl2mfyjnkXk "Automated Builds with Docker Cloud"){:target="_blank"}

> **Note**: Docker Cloud's Build functionality is in BETA.
Docker Cloud can automatically build images from source code in an external
Expand Down
2 changes: 2 additions & 0 deletions docker-cloud/builds/automated-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ redirect_from:
title: Automated repository tests
---

[![Automated Tests with Docker Cloud](images/video-auto-tests-docker-cloud.png)](https://www.youtube.com/watch?v=KX6PD2MANRI "Automated Tests with Docker Cloud"){:target="_blank"}

Docker Cloud can automatically test changes to your source code repositories
using containers. You can enable `Autotest` on [any Docker Cloud repository](repos.md) to run tests on each pull request to the source code
repository to create a continuous integration testing service.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9044812

Please sign in to comment.