We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fb86a commit 2e1c0b2Copy full SHA for 2e1c0b2
modules/mongodb-atlas/index.md
@@ -20,6 +20,17 @@ docs:
20
<scope>test</scope>
21
</dependency>
22
```
23
+ - id: go
24
+ url: https://golang.testcontainers.org/modules/mongodb-atlaslocal
25
+ maintainer: core
26
+ example: |
27
+ ```go
28
+ atlaslocalContainer, err := atlaslocal.Run(ctx, "mongodb/mongodb-atlas-local:latest")
29
+ ```
30
+ installation: |
31
+ ```bash
32
+ go get github.com/testcontainers/testcontainers-go/modules/mongodb/atlaslocal
33
34
description: |
35
MongoDB Atlas Local offers features like Atlas Search and Atlas Vector Search.
36
---
0 commit comments