Ross ROSS = Recommend OSS · open-source software intelligence for agents

dotnet/Docker.DotNet

:whale: .NET (C#) Client Library for Docker API observed · 2026-08-28

github.com/dotnet/Docker.DotNet · homepage · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

40/100

  • Activity 39
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4390
  • days_rel: n/a
  • days_push: 370
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2414 stars · 416 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Docker.DotNet is a fully asynchronous .NET (C#) client library for the Docker Remote API, letting applications interact programmatically with a Docker daemon. It supports connections over TCP, named pipes, and Unix sockets, and is distributed via NuGet.

Use cases

  • manage docker containers from a c# application
  • programmatically start and stop docker containers in .net
  • build a custom docker dashboard in dotnet
  • inspect docker images and containers via the remote api
  • stream container logs from docker in c#
  • automate docker operations in ci tooling written in .net

When to choose

  • you are building a .NET or C# application that needs to control or monitor Docker daemons
  • you need an asynchronous, object-oriented wrapper over the Docker Remote API
  • you need to connect to Docker over named pipes, Unix sockets, or TCP from .NET

When to avoid

  • you are not working in the .NET ecosystem (use the official Docker SDKs for Go or Python instead)
  • you only need to run occasional docker commands from scripts (the docker CLI is simpler)
  • you need a Docker client for a language without .NET Standard 2.0 support

Facets

library · maturity active

http-client developer-tools developer-tools apis dotnet cross-platform docker-api docker-client csharp nuget async containers devops docker

3 sources

Member repositories

RepositoryRoleHealth v2
dotnet/Docker.DotNetmain40

For agents

markdown · JSON · MCP: product_card(name="dotnet/Docker.DotNet")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem