Docker.DotNet 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Docker.DotNet --version 1.2.2
                    
NuGet\Install-Package Docker.DotNet -Version 1.2.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Docker.DotNet" Version="1.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Docker.DotNet" Version="1.2.2" />
                    
Directory.Packages.props
<PackageReference Include="Docker.DotNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Docker.DotNet --version 1.2.2
                    
#r "nuget: Docker.DotNet, 1.2.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Docker.DotNet@1.2.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Docker.DotNet&version=1.2.2
                    
Install as a Cake Addin
#tool nuget:?package=Docker.DotNet&version=1.2.2
                    
Install as a Cake Tool

This library allows you to use Docker Remote API programmatically in your .NET applications.

It is portable (PCL), fully asynchronous, non-blocking and object-oriented way to interact with your Docker daemon programmatically. As of this release, it supports Docker Remote API v1.16.

★ Documentation: https://github.com/ahmetalpbalkan/Docker.DotNet

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (97)

Showing the top 5 NuGet packages that depend on Docker.DotNet:

Package Downloads
Docker.DotNet.X509

Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.

DotNet.Testcontainers

A lightweight library to run tests with throwaway instances of Docker containers.

Docker.DotNet.BasicAuth

Docker.DotNet.BasicAuth is a library that allows you to use basic authentication with a remote Docker engine programmatically in your .NET applications.

TestContainers.Container.Abstractions

DotNet port of testcontainers.org

TestEnvironment.Docker

Testing framework for setting up real dependencies as Docker containers.

GitHub repositories (33)

Showing the top 20 popular GitHub repositories that depend on Docker.DotNet:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
dotnetcore/DotnetSpider
DotnetSpider, a .NET standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework
EasyNetQ/EasyNetQ
An easy to use .NET API for RabbitMQ
CoreWCF/CoreWCF
Main repository for the Core WCF project
Azure/iotedge
The IoT Edge OSS project
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
lecaillon/Evolve
Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
alirezanet/Husky.Net
Lint your commit messages, run tests, format or analyze code, and perform any other checks automatically when you commit or push. 🚀
tomaszzmuda/Xabe.FFmpeg
.NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from dotnet core application.
sdcb/chats
A powerful and flexible frontend & AI gateway for large language models, supporting 21+ mainstream AI model providers.
danielgerlag/conductor
Distributed workflow server
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
microsoft/component-detection
Scans your project to determine what components you use
SQLStreamStore/SQLStreamStore
Stream Store library targeting RDBMS based implementations for .NET
rdagumampan/yuniql
Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
Azure/azure-libraries-for-net
Azure libraries for .Net
dkorecko/PatchPanda
Self-hostable Docker Compose stack update manager.
serverlessworkflow/synapse
Serverless Workflow Management System (WFMS)
shubhamranjan/dotnet-etcd
A C# .NET (dotnet) GRPC client for etcd v3 +
Version Downloads Last Updated
3.125.15 44,089,961 5/18/2023
3.125.14 303,181 4/14/2023
3.125.13 1,717,245 3/1/2023
3.125.12 4,505,906 9/18/2022
3.125.11 99,675 9/3/2022
3.125.10 2,149,646 7/19/2022
3.125.5 3,321,139 8/31/2021
3.125.4 3,774,698 8/12/2020
3.125.2 4,529,805 4/17/2018
3.125.1 65,011 1/31/2018
3.125.0 176,104 7/27/2017
2.124.3 112,607 10/17/2016
2.124.1 5,981 7/15/2016
1.2.2 14,212 12/31/2015
1.2.1 3,861 11/25/2015
1.2.0 5,254 9/17/2015
1.1.2.1 3,387 8/21/2015
1.1.1 3,619 10/10/2014
1.1.0 4,950 9/26/2014
Loading failed