mirror of https://github.com/docker/docs.git
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
---
|
|
title: Setting up Testcontainers Cloud by Docker
|
|
description: Set up Testcontainers Cloud by Docker in a local development environment.
|
|
weight: 20
|
|
---
|
|
|
|
{{< 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
|
|
application. By the end of this walkthrough, you'll have Testcontainers Cloud
|
|
by Docker up and running, ready to offload container management from your local
|
|
machine to the cloud for more efficient testing.
|
|
|
|
- Install and configure Testcontainers Cloud and the CLI to seamlessly integrate with your local development environment.
|
|
- Set up and configure the Testcontainers Desktop application to monitor and manage cloud-based containers during local tests.
|
|
- Create and run integration tests using Testcontainers that leverage cloud-based container resources.
|
|
- Monitor and manage containers efficiently, understanding how Testcontainers Cloud automates cleanup and ensures consistent testing environments.
|
|
- Review options for monitoring and troubleshooting in the Testcontainers Cloud Dashboard.
|