Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

JamieMagee/Docker.Registry.Client

Repository files navigation

Docker.Registry.Client

Nuget GitHub Workflow Status (branch)

A .NET client library for interacting with a Docker Registry API (v2 only).

Setup

Add via the dotnet CLI:

dotnet add package Docker.Registry.Client

Usage

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages