🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

.NET

Description

A lightweight server clone of Azure Storage.

Examples

var AzuriteContainer = new AzuriteBuilder()
  .WithImage("mcr.microsoft.com/azure-storage/azurite:3.23.0")
  .Build();
await AzuriteContainer.StartAsync();