Ductus.FluentDocker
2.7.19-beta0030
See the version list below for details.
dotnet add package Ductus.FluentDocker --version 2.7.19-beta0030
NuGet\Install-Package Ductus.FluentDocker -Version 2.7.19-beta0030
<PackageReference Include="Ductus.FluentDocker" Version="2.7.19-beta0030" />
paket add Ductus.FluentDocker --version 2.7.19-beta0030
#r "nuget: Ductus.FluentDocker, 2.7.19-beta0030"
// Install Ductus.FluentDocker as a Cake Addin #addin nuget:?package=Ductus.FluentDocker&version=2.7.19-beta0030&prerelease // Install Ductus.FluentDocker as a Cake Tool #tool nuget:?package=Ductus.FluentDocker&version=2.7.19-beta0030&prerelease
Library to manage docker-machine, docker-compose, and docker containers for windows / mac or native linux using netcore or full framework.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 9.0.1)
- SharpCompress (>= 0.23.0)
- System.Net.Http (>= 4.3.3)
-
.NETStandard 1.6
- Microsoft.Extensions.DependencyInjection (>= 1.1.0)
- Microsoft.Extensions.DependencyModel (>= 1.1.1)
- Microsoft.Extensions.Logging (>= 1.1.1)
- Microsoft.Extensions.Logging.Debug (>= 1.1.1)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
- SharpCompress (>= 0.23.0)
- System.Diagnostics.Process (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Threading.Thread (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 2.0.0)
- Microsoft.Extensions.DependencyModel (>= 2.0.0)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.Extensions.Logging.Debug (>= 2.0.0)
- Newtonsoft.Json (>= 9.0.1)
- SharpCompress (>= 0.23.0)
- System.Diagnostics.Process (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Threading.Thread (>= 4.3.0)
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyInjection (>= 2.1.0)
- Microsoft.Extensions.DependencyModel (>= 2.1.0)
- Microsoft.Extensions.Logging (>= 2.1.0)
- Microsoft.Extensions.Logging.Debug (>= 2.1.0)
- Newtonsoft.Json (>= 9.0.1)
- SharpCompress (>= 0.23.0)
- System.Diagnostics.Process (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Threading.Thread (>= 4.3.0)
NuGet packages (21)
Showing the top 5 NuGet packages that depend on Ductus.FluentDocker:
Package | Downloads |
---|---|
Ductus.FluentDocker.XUnit
XUnit Support to allow for create, run one or more docker images while testing using docker, compose, machine (Linux, Windows, Mac) using netcore or full framework. Documentation: https://github.com/mariotoffia/FluentDocker |
|
Ductus.FluentDocker.MsTest
Ms Test Support to allow for create, run one or more docker images while testing using docker, compose, machine (Linux, Windows, Mac) using netcore or full framework. Documentation: https://github.com/mariotoffia/FluentDocker |
|
NinjaTools.FluentMockServer
A C# Client for the MockServer Docker Image |
|
Be.Vlaanderen.Basisregisters.DockerUtilities
Docker utilities for C#. |
|
NinjaTools.FluentMockServer.TestContainers
In memory docker container runner for NinjaTools.FluentMockServer |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on Ductus.FluentDocker:
Repository | Stars |
---|---|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
mariotoffia/FluentDocker
Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI
|
|
danielgerlag/conductor
Distributed workflow server
|
|
SQLStreamStore/SQLStreamStore
Stream Store library targeting RDBMS based implementations for .NET
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
Version | Downloads | Last updated |
---|---|---|
2.10.59 | 2,259,680 | 1/11/2023 |
2.10.57 | 397,398 | 9/24/2022 |
2.10.56 | 85,258 | 8/24/2022 |
2.10.55 | 123,957 | 6/24/2022 |
2.10.54 | 1,565 | 6/24/2022 |
2.10.53 | 3,338 | 6/23/2022 |
2.10.51 | 33,020 | 6/7/2022 |
2.10.50 | 1,999 | 6/7/2022 |
2.10.48 | 11,561 | 5/30/2022 |
2.10.46 | 1,984 | 5/30/2022 |
2.10.45 | 302,705 | 3/9/2022 |
2.10.44 | 305,573 | 12/8/2021 |
2.10.42 | 119,445 | 11/24/2021 |
2.10.41 | 8,431 | 11/23/2021 |
2.10.40 | 39,972 | 10/27/2021 |
2.10.39 | 30,268 | 10/1/2021 |
2.10.35 | 1,336 | 10/1/2021 |
2.10.25 | 1,596 | 10/1/2021 |
2.10.23 | 1,670 | 10/1/2021 |
2.10.22 | 6,369 | 9/29/2021 |
2.10.21 | 21,749 | 9/19/2021 |
2.10.20 | 2,012 | 9/17/2021 |
2.10.19 | 1,267 | 9/16/2021 |
2.10.17 | 1,418 | 9/16/2021 |
2.10.16 | 1,430 | 9/15/2021 |
2.10.15 | 1,232 | 9/15/2021 |
2.10.14 | 2,637 | 9/14/2021 |
2.10.12 | 1,322 | 9/14/2021 |
2.10.10 | 9,450 | 9/13/2021 |
2.10.8 | 1,350 | 9/13/2021 |
2.10.7 | 135,607 | 6/11/2021 |
2.10.6 | 87,865 | 4/23/2021 |
2.10.5 | 12,889 | 4/20/2021 |
2.10.3 | 11,441 | 4/5/2021 |
2.10.2 | 44,242 | 3/28/2021 |
2.9.4 | 1,513 | 3/26/2021 |
2.9.3-beta.2 | 722 | 3/25/2021 |
2.8.14-beta.22 | 226 | 3/24/2021 |
2.8.13-beta.21 | 220 | 3/24/2021 |
2.8.12-beta.20 | 222 | 3/23/2021 |
2.8.11-beta.19 | 187 | 3/22/2021 |
2.8.10-beta.18 | 195 | 3/22/2021 |
2.8.9-beta.17 | 213 | 3/22/2021 |
2.8.8-beta.14 | 207 | 3/17/2021 |
2.8.7-beta.9 | 222 | 3/11/2021 |
2.8.5-beta.4 | 289 | 3/7/2021 |
2.8.5-beta.2 | 189 | 3/24/2021 |
2.8.4-beta.3 | 191 | 3/3/2021 |
2.8.3 | 2,393 | 3/24/2021 |
2.8.2 | 21,246 | 3/3/2021 |
2.7.80-beta.159 | 252 | 3/1/2021 |
2.7.71-beta.150 | 4,510 | 11/27/2020 |
2.7.69-beta.147 | 4,648 | 10/12/2020 |
2.7.68-beta.146 | 5,772 | 10/8/2020 |
2.7.66-beta.142 | 1,869 | 8/8/2020 |
2.7.65-beta.141 | 268 | 8/7/2020 |
2.7.64-beta.140 | 358 | 8/6/2020 |
2.7.62-beta.138 | 6,851 | 5/4/2020 |
2.7.60-beta.127 | 314 | 4/30/2020 |
2.7.59-beta0123 | 1,545 | 2/13/2020 |
2.7.58-beta0122 | 1,157 | 2/12/2020 |
2.7.54-beta0117 | 2,499 | 1/23/2020 |
2.7.53-beta0116 | 1,254 | 1/23/2020 |
2.7.52-beta0105 | 1,227 | 1/20/2020 |
2.7.51-beta0102 | 4,025 | 1/14/2020 |
2.7.50-beta0094 | 1,233 | 12/20/2019 |
2.7.49-beta0091 | 1,227 | 12/18/2019 |
2.7.48-beta0087 | 1,290 | 12/17/2019 |
2.7.47-beta0081 | 1,153 | 12/17/2019 |
2.7.46-beta0080 | 2,865 | 12/16/2019 |
2.7.45-beta0079 | 1,200 | 12/12/2019 |
2.7.44-beta0078 | 1,180 | 12/12/2019 |
2.7.42-beta0076 | 1,151 | 12/12/2019 |
2.7.41-beta0075 | 1,121 | 12/12/2019 |
2.7.38-beta0072 | 2,649 | 11/24/2019 |
2.7.37-beta0071 | 1,286 | 11/24/2019 |
2.7.36-beta0070 | 1,179 | 11/24/2019 |
2.7.35-beta0069 | 1,151 | 11/20/2019 |
2.7.34-beta0068 | 1,087 | 11/20/2019 |
2.7.33-beta0067 | 1,239 | 11/20/2019 |
2.7.32-beta0066 | 1,144 | 11/12/2019 |
2.7.31-beta0064 | 1,226 | 11/12/2019 |
2.7.30-beta0050 | 1,113 | 11/8/2019 |
2.7.29-beta0046 | 1,122 | 11/8/2019 |
2.7.28-beta0045 | 1,117 | 11/8/2019 |
2.7.27-beta0043 | 1,144 | 11/8/2019 |
2.7.21-beta0036 | 1,143 | 11/8/2019 |
2.7.20-beta0032 | 1,138 | 11/8/2019 |
2.7.19-beta0030 | 1,219 | 11/8/2019 |
2.7.4-beta0001 | 1,148 | 11/8/2019 |
2.7.3 | 551,617 | 10/18/2019 |
2.7.2 | 12,340 | 9/10/2019 |
2.7.1 | 183,526 | 8/7/2019 |
2.7.0 | 2,267 | 8/6/2019 |
2.6.9 | 4,940 | 7/29/2019 |
2.6.8 | 51,407 | 5/31/2019 |
2.6.7 | 2,231 | 5/17/2019 |
2.6.6 | 4,696 | 4/11/2019 |
2.6.5 | 3,031 | 4/2/2019 |
2.6.4 | 14,387 | 12/6/2018 |
2.6.3 | 5,773 | 10/15/2018 |
2.6.2 | 1,858 | 10/3/2018 |
2.6.1 | 1,758 | 10/3/2018 |
2.6.0 | 1,794 | 10/2/2018 |
2.5.1 | 2,181 | 9/29/2018 |
2.5.0 | 1,649 | 9/29/2018 |
2.4.1 | 1,786 | 9/27/2018 |
2.4.0 | 1,851 | 9/18/2018 |
2.3.2 | 3,196 | 8/6/2018 |
2.3.1 | 2,125 | 7/20/2018 |
2.3.0 | 2,336 | 7/2/2018 |
2.2.19 | 2,402 | 6/27/2018 |
2.2.18 | 2,073 | 6/25/2018 |
2.2.17 | 2,089 | 6/15/2018 |
2.2.16 | 1,980 | 6/14/2018 |
2.2.15 | 5,706 | 6/7/2018 |
2.2.14 | 2,067 | 6/1/2018 |
2.2.13 | 2,372 | 5/22/2018 |
2.2.12 | 3,738 | 4/20/2018 |
2.2.11 | 2,107 | 4/18/2018 |
2.2.10 | 2,488 | 4/17/2018 |
2.2.9 | 2,104 | 4/6/2018 |
2.2.8 | 5,916 | 11/22/2017 |
2.2.7 | 2,156 | 11/22/2017 |
2.2.6 | 2,101 | 11/21/2017 |
2.2.5 | 3,202 | 11/9/2017 |
2.2.4 | 2,076 | 11/9/2017 |
2.2.3 | 2,156 | 8/25/2017 |
2.2.2 | 2,561 | 5/22/2017 |
2.2.1 | 2,136 | 4/6/2017 |
2.2.0 | 1,840 | 6/5/2016 |
2.1.1 | 1,788 | 5/27/2016 |
2.0.0 | 2,463 | 4/24/2016 |
1.1.4 | 1,739 | 3/31/2016 |
1.1.3 | 2,127 | 3/30/2016 |
1.1.2 | 1,899 | 3/30/2016 |
1.1.1 | 2,126 | 3/29/2016 |
1.1.0 | 1,767 | 3/29/2016 |
1.0.3 | 1,952 | 3/24/2016 |
1.0.2 | 2,071 | 3/23/2016 |
1.0.1 | 2,170 | 3/23/2016 |
1.0.0 | 3,194 | 3/23/2016 |