dotnet/Docker.DotNet
:whale: .NET (C#) Client Library for Docker API 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
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
- readme: https://github.com/dotnet/Docker.DotNet · fetched 2026-08-28 · c16591272967
- homepage: https://www.nuget.org/packages/Docker.DotNet/ · fetched 2026-08-29 · 2adf53e8fb38
- site_page: https://www.nuget.org/policies/About · fetched 2026-08-29 · a113b8a074c9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dotnet/Docker.DotNet | main | 40 |
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