Skip to content

Commit

Permalink
Add Azurite for Node.js (testcontainers#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrevik authored Nov 24, 2024
1 parent 92a7247 commit 7e6d3c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/azurite/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ docs:
```bash
dotnet add package Testcontainers.Azurite --version 3.9.0
```
- id: nodejs
url: https://node.testcontainers.org/modules/azurite/
maintainer: core
example: |
```javascript
const container = await new AzuriteContainer("mcr.microsoft.com/azure-storage/azurite:3.33.0").start();
```
installation: |
```bash
npm install @testcontainers/azurite --save-dev
```
description: |
A lightweight server clone of Azure Storage.
---

0 comments on commit 7e6d3c9

Please sign in to comment.