Skip to content

ChangemakerStudios/Docker.Registry.DotNet

Repository files navigation

docker icon Docker.Registry.DotNet

NuGet version Build and Push to Nuget Downloads

.NET (C#) Client Library for interacting with a Docker Registry API (v2 only).

Setup

Install nuget package into your project via powershell:

PM> Install-Package Docker.Registry.DotNet

Add nuget package via dotnet CLI:

dotnet add package Docker.Registry.DotNet

Usage

var configuration = new RegistryClientConfiguration("localhost:5000");

using (var client = configuration.CreateClient())
{
    await client.System.PingAsync();
}

Changelog

v1.1.33

  • Added Basic Authentication (thanks Zguy).
  • Fixed issue with operational parameters (thanks lostllama).
  • Fixed issue with large manifest layers (thanks msvprogs).

About

.NET (C#) Client Library for Docker Registry API V2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages