We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f268adc commit cae8006Copy full SHA for cae8006
modules/dapr/index.md
@@ -11,7 +11,7 @@ docs:
11
maintainer: official
12
example: |
13
```java
14
- var dapr = new DaprContainer("daprio/daprd:1.16.0");
+ var dapr = new DaprContainer("daprio/daprd:1.16.4");
15
dapr.start();
16
```
17
installation: |
@@ -23,6 +23,16 @@ docs:
23
<scope>test</scope>
24
</dependency>
25
26
+ - id: nodejs
27
+ url: https://github.com/dapr/testcontainer-node
28
+ maintainer: official
29
+ example: |
30
+ ```javascript
31
+ const dapr = await new DaprContainer("daprio/daprd:1.16.4").start();
32
+ ```
33
+ installation: |
34
+ ```bash
35
+ npm install @dapr/testcontainer-node --save-dev
36
- id: dotnet
37
url: https://github.com/dapr/dotnet-sdk/tree/master/src/Dapr.Testcontainers
38
maintainer: community
0 commit comments