From fa594b1ba6e8e057ec8d811b84e1666e785b81eb Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:19:26 +0100 Subject: [PATCH] fix: corrected IDs for testcontainers youtube-embeds Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/guides/testcontainers-cloud/_index.md | 5 ++--- content/guides/testcontainers-cloud/demo-ci.md | 2 +- content/guides/testcontainers-cloud/demo-local.md | 2 +- content/guides/testcontainers-cloud/why.md | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/content/guides/testcontainers-cloud/_index.md b/content/guides/testcontainers-cloud/_index.md index e1771ed374..c6191c7101 100644 --- a/content/guides/testcontainers-cloud/_index.md +++ b/content/guides/testcontainers-cloud/_index.md @@ -27,7 +27,7 @@ params: url: https://www.docker.com/search/?_sf_s=testcontainers%20cloud --- -Testcontainers Cloud is a cloud-based solution designed to streamline and enhance the process of running integration tests using Testcontainers. Testcontainers is the open source framework, which allows developers to easily spin up containerized dependencies such as databases, message brokers, and other services required for testing. By shifting the management of Testcontainers-based services to the cloud, Testcontainers Cloud optimizes performance, reduces resource constraints on local machines or CI servers, and ensures consistent test environments. This solution is particularly beneficial for teams working on complex, distributed systems, as it allows for scalable, isolated, and reliable testing without the typical overhead of managing containers locally. +Testcontainers Cloud is a cloud-based solution designed to streamline and enhance the process of running integration tests using Testcontainers. Testcontainers is the open source framework, which allows developers to easily spin up containerized dependencies such as databases, message brokers, and other services required for testing. By shifting the management of Testcontainers-based services to the cloud, Testcontainers Cloud optimizes performance, reduces resource constraints on local machines or CI servers, and ensures consistent test environments. This solution is particularly beneficial for teams working on complex, distributed systems, as it allows for scalable, isolated, and reliable testing without the typical overhead of managing containers locally. ## What you'll learn @@ -35,12 +35,11 @@ Testcontainers Cloud is a cloud-based solution designed to streamline and enhanc - Learn how to set up and configure Docker Testcontainers Cloud for automated testing in various environments. - Explore how Testcontainers Cloud integrates with CI/CD pipelines to streamline testing workflows. - ## Tools integration Works well with Docker Desktop, GitHub Actions, Jenkins, Kubernetes, and other CI solutions -Docker Pro, Team, and Business subscriptions come with Testcontainers Cloud runtime minutes, and additional minutes are available via consumption pricing. +Docker Pro, Team, and Business subscriptions come with Testcontainers Cloud runtime minutes, and additional minutes are available via consumption pricing. ## Who’s this for? diff --git a/content/guides/testcontainers-cloud/demo-ci.md b/content/guides/testcontainers-cloud/demo-ci.md index 5aaa10adc7..1f2dd2dbf8 100644 --- a/content/guides/testcontainers-cloud/demo-ci.md +++ b/content/guides/testcontainers-cloud/demo-ci.md @@ -4,7 +4,7 @@ description: Use Testcontainers Cloud with GitHub Workflows to automate testing weight: 30 --- -{{< youtube-embed "https://youtu.be/NlZY9aumKJU" >}} +{{< youtube-embed "NlZY9aumKJU" >}} This demo shows how Testcontainers Cloud can be seamlessly integrated into a Continuous Integration (CI) pipeline using GitHub Workflows, providing a diff --git a/content/guides/testcontainers-cloud/demo-local.md b/content/guides/testcontainers-cloud/demo-local.md index fd6190fd00..138804b73a 100644 --- a/content/guides/testcontainers-cloud/demo-local.md +++ b/content/guides/testcontainers-cloud/demo-local.md @@ -4,7 +4,7 @@ description: Set up Testcontainers Cloud by Docker in a local development enviro weight: 20 --- -{{< youtube-embed "https://youtu.be/7c3xLAG560U" >}} +{{< youtube-embed "7c3xLAG560U" >}} This demo shows the process of setting up Testcontainers Cloud by Docker to work in your local development environment using the Testcontainers Desktop diff --git a/content/guides/testcontainers-cloud/why.md b/content/guides/testcontainers-cloud/why.md index 8277a6980c..e9b3cbf2de 100644 --- a/content/guides/testcontainers-cloud/why.md +++ b/content/guides/testcontainers-cloud/why.md @@ -4,7 +4,7 @@ description: Learn how Testcontainers Cloud by Docker can help you optimize inte weight: 10 --- -{{< youtube-embed "https://youtu.be/6dRRlk5Vd0E" >}} +{{< youtube-embed "6dRRlk5Vd0E" >}} Testcontainers Cloud is a powerful cloud-based solution designed to optimize integration testing with Testcontainers by offloading container management to the cloud. It helps developers and teams overcome the limitations of traditional local and CI-based testing, ensuring consistent environments, faster test execution, and scalable workflows. Whether you're new to Testcontainers or looking to enhance your existing setup, Testcontainers Cloud offers a seamless way to manage containerized tests, improving efficiency and reliability in your development pipeline.