Skip to content

Commit

Permalink
publish updates from main (#22150)
Browse files Browse the repository at this point in the history
Automated pull request for publishing docs updates.

Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
  • Loading branch information
aevesdocker and mdelapenya authored Mar 4, 2025
2 parents 3dbd16e + c447580 commit e2af62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/manuals/testcontainers.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ quickstart:
link: https://java.testcontainers.org/
---

Testcontainers is set libraries that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in Docker containers.
Testcontainers is a set of open source libraries that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in Docker containers.
Using Testcontainers, you can write tests that depend on the same services you use in production without mocks or in-memory services.

{{< grid items=intro >}}
@@ -38,7 +38,7 @@ Using Testcontainers, you can write tests that depend on the same services you u
Testcontainers provide support for the most popular languages, and Docker sponsors the development of the following Testcontainers implementations:

- [Go](https://golang.testcontainers.org/quickstart/)
- [Java](https://java.testcontainers.org/quickstart/)
- [Java](https://java.testcontainers.org/quickstart/junit_5_quickstart/)

The rest are community-driven and maintained by independent contributors.

0 comments on commit e2af62d

Please sign in to comment.