VOOZH about

URL: https://www.nuget.org/packages/Docker.DotNet/3.125.0

⇱ NuGet Gallery | Docker.DotNet 3.125.0




👁 Image
Docker.DotNet 3.125.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Docker.DotNet --version 3.125.0
 
 
NuGet\Install-Package Docker.DotNet -Version 3.125.0
 
 
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="3.125.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Docker.DotNet" Version="3.125.0" />
 
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 3.125.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Docker.DotNet, 3.125.0"
 
 
#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@3.125.0
 
 
#: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=3.125.0
 
Install as a Cake Addin
#tool nuget:?package=Docker.DotNet&version=3.125.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp1.0 netcoreapp1.0 was computed.  netcoreapp1.1 netcoreapp1.1 was computed.  netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 netstandard1.6 is compatible.  netstandard2.0 netstandard2.0 was computed.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net45 net45 is compatible.  net451 net451 was computed.  net452 net452 was computed.  net46 net46 is compatible.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen30 tizen30 was computed.  tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (100)

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 (34)

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 49,187,693 5/18/2023
3.125.14 311,299 4/14/2023
3.125.13 1,761,989 3/1/2023
3.125.12 4,576,555 9/18/2022
3.125.11 102,946 9/3/2022
3.125.10 2,173,770 7/19/2022
3.125.5 3,454,074 8/31/2021
3.125.4 3,844,719 8/12/2020
3.125.2 4,568,832 4/17/2018
3.125.1 65,948 1/31/2018
3.125.0 177,782 7/27/2017
2.124.3 113,127 10/17/2016
2.124.1 6,422 7/15/2016
1.2.2 14,598 12/31/2015
1.2.1 4,220 11/25/2015
1.2.0 5,611 9/17/2015
1.1.2.1 3,744 8/21/2015
1.1.1 3,982 10/10/2014
1.1.0 5,321 9/26/2014
Loading failed