diff --git a/docker-cloud/builds/automated-build.md b/docker-cloud/builds/automated-build.md index 7f500c2cdd..60f6a45c14 100644 --- a/docker-cloud/builds/automated-build.md +++ b/docker-cloud/builds/automated-build.md @@ -6,7 +6,7 @@ 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"} +[![Automated Builds with Docker Cloud](images/video-auto-builds-docker-cloud.png)](https://youtu.be/sl2mfyjnkXk "Automated Builds with Docker Cloud"){:target="_blank" class="_"} > **Note**: Docker Cloud's Build functionality is in BETA. diff --git a/docker-cloud/builds/automated-testing.md b/docker-cloud/builds/automated-testing.md index 46406e4628..dc04db408c 100644 --- a/docker-cloud/builds/automated-testing.md +++ b/docker-cloud/builds/automated-testing.md @@ -6,7 +6,7 @@ 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"} +[![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" class="_"} 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 diff --git a/docker-cloud/cloud-swarm/create-cloud-swarm-azure.md b/docker-cloud/cloud-swarm/create-cloud-swarm-azure.md index 40e327a1ff..bf92473a21 100644 --- a/docker-cloud/cloud-swarm/create-cloud-swarm-azure.md +++ b/docker-cloud/cloud-swarm/create-cloud-swarm-azure.md @@ -5,6 +5,8 @@ keywords: swarm mode, swarms, create swarm, Cloud, Azure title: Create a new swarm on Microsoft Azure in Docker Cloud --- +[![Deploying Swarms on Microsoft Azure with Docker Cloud](images/video-azure-docker-cloud.png)](https://www.youtube.com/watch?v=LlpyiGAVBVg "Deploying Swarms on Microsoft Azure with Docker Cloud"){:target="_blank" class="_"} + {% include content/cloud-swarm-overview.md %} ## Link Docker Cloud to your service provider diff --git a/docker-cloud/cloud-swarm/images/video-azure-docker-cloud.png b/docker-cloud/cloud-swarm/images/video-azure-docker-cloud.png new file mode 100644 index 0000000000..17c7d8cc13 Binary files /dev/null and b/docker-cloud/cloud-swarm/images/video-azure-docker-cloud.png differ diff --git a/test.md b/test.md index fdd861cdcd..a5a5934b93 100644 --- a/test.md +++ b/test.md @@ -67,7 +67,7 @@ culpa qui officia deserunt mollit anim id est laborum. ### Links - [a markdown link](https://docker.com/) - +https://github.com/docker/docker.github.io/tree/master/docker-cloud/images - [a markdown link that opens in a new window](https://docker.com/){: target="_blank" class="_" } (the `class="_"` trick prevents Atom from italicizing the whole rest of the file until it encounters another underscore.) @@ -102,6 +102,18 @@ might be interesting. You can use them with Markdown or HTML images. - The same one, but using HTML: a pretty wide image as a thumbnail, using HTML +## Videos + +You can add a link to a YouTube video like this: + +[![Deploying Swarms on Microsoft Azure with Docker Cloud](/docker-cloud/cloud-swarm/images/video-azure-docker-cloud.png)](https://www.youtube.com/watch?v=LlpyiGAVBVg "Deploying Swarms on Microsoft Azure with Docker Cloud"){:target="_blank" class="_"} + +To make the `.png` shown above, first take a screen snap of the YouTube video +you want to use, then use a graphics app to overlay a play button onto the +image. + +For the overlay, you can use the play button at +[/docker-cloud/images/](https://github.com/docker/docker.github.io/tree/master/docker-cloud/images). ## Lists