mirror of https://github.com/docker/docs.git
Merge pull request #22151 from mdelapenya/tc-is-oss
fix(testcontainers): rename to the proper project name
This commit is contained in:
parent
c447580c82
commit
b1c6f968e2
|
|
@ -26,7 +26,7 @@ params:
|
|||
description: Define and run multi-container applications.
|
||||
icon: /assets/icons/Compose.svg
|
||||
link: /compose/
|
||||
- title: Testcontainers OSS
|
||||
- title: Testcontainers
|
||||
description: Run containers programmatically in your preferred programming language.
|
||||
icon: /assets/icons/Testcontainers.svg
|
||||
link: /testcontainers/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Testcontainers OSS
|
||||
description: Learn how to use Testcontainers OSS to run containers programmatically in your preferred programming language.
|
||||
title: Testcontainers
|
||||
description: Learn how to use Testcontainers to run containers programmatically in your preferred programming language.
|
||||
keywords: docker APIs, docker, testcontainers documentation, testcontainers, testcontainers oss, testcontainers oss documentation,
|
||||
docker compose, docker-compose, java, golang, go
|
||||
params:
|
||||
|
|
|
|||
Loading…
Reference in New Issue