mirror of https://github.com/docker/docs.git
Merge pull request #22149 from mdelapenya/tctypos
fix: testcontainers typos and link
This commit is contained in:
parent
e5bacdd5e0
commit
c447580c82
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue