Skip to content

Commit 53d7078

Browse files
authored
Merge pull request #21271 from docker/published-update
publish updates from main
2 parents bf2ad21 + 32cccc4 commit 53d7078

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

content/guides/testcontainers-cloud/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,19 @@ params:
2727
url: https://www.docker.com/search/?_sf_s=testcontainers%20cloud
2828
---
2929

30-
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.
30+
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.
3131

3232
## What you'll learn
3333

3434
- Understand the fundamentals of Docker Testcontainers Cloud and its role in integration testing.
3535
- Learn how to set up and configure Docker Testcontainers Cloud for automated testing in various environments.
3636
- Explore how Testcontainers Cloud integrates with CI/CD pipelines to streamline testing workflows.
3737

38-
3938
## Tools integration
4039

4140
Works well with Docker Desktop, GitHub Actions, Jenkins, Kubernetes, and other CI solutions
4241

43-
Docker Pro, Team, and Business subscriptions come with Testcontainers Cloud runtime minutes, and additional minutes are available via consumption pricing.
42+
Docker Pro, Team, and Business subscriptions come with Testcontainers Cloud runtime minutes, and additional minutes are available via consumption pricing.
4443

4544
## Who’s this for?
4645

content/guides/testcontainers-cloud/demo-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use Testcontainers Cloud with GitHub Workflows to automate testing
44
weight: 30
55
---
66

7-
{{< youtube-embed "https://youtu.be/NlZY9aumKJU" >}}
7+
{{< youtube-embed "NlZY9aumKJU" >}}
88

99
This demo shows how Testcontainers Cloud can be seamlessly integrated into a
1010
Continuous Integration (CI) pipeline using GitHub Workflows, providing a

content/guides/testcontainers-cloud/demo-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Set up Testcontainers Cloud by Docker in a local development enviro
44
weight: 20
55
---
66

7-
{{< youtube-embed "https://youtu.be/7c3xLAG560U" >}}
7+
{{< youtube-embed "7c3xLAG560U" >}}
88

99
This demo shows the process of setting up Testcontainers Cloud by Docker to
1010
work in your local development environment using the Testcontainers Desktop

content/guides/testcontainers-cloud/why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how Testcontainers Cloud by Docker can help you optimize inte
44
weight: 10
55
---
66

7-
{{< youtube-embed "https://youtu.be/6dRRlk5Vd0E" >}}
7+
{{< youtube-embed "6dRRlk5Vd0E" >}}
88

99
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.
1010

0 commit comments

Comments
 (0)