Docker.DotNet icon indicating copy to clipboard operation
Docker.DotNet copied to clipboard

:whale: .NET (C#) Client Library for Docker API

Results 132 Docker.DotNet issues
Sort by recently updated
recently updated
newest added

**Output of `dotnet --info`:** ``` .NET Core SDK (reflecting any global.json): Version: 3.1.101 Commit: b377529961 Runtime Environment: OS Name: Windows OS Version: 10.0.18363 OS Platform: Windows RID: win10-x64 Base Path:...

Will help with https://github.com/dotnet/Docker.DotNet/issues/540 After discussion, this PR implements changes that will allow external packages to extend `DockerClientConfiguration` and implement their own transport methods, including SSH.

License expression is the preferred way (shows in NuGet.org and used in license validations).

**Output of `dotnet --info`:** PM> dotnet --info .NET SDK: Version: 8.0.101 Commit: 6eceda187b Workload version: 8.0.100-manifests.69afb982 Runtime Environment: OS Name: Windows OS Version: 10.0.22621 OS Platform: Windows RID: win-x64 Base...

**Output of `dotnet --info`:** ``` .NET Core SDK(反映任何 global.json): Version: 3.0.100-preview3-010431 Commit: d72abce213 运行时环境: OS Name: Windows OS Version: 10.0.18351 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\3.0.100-preview3-010431\ Host...

I have been noticing that we always get InternalServerError from the docker daemon for any kind of issues. Today, I was trying to test out a case where we should...

RT Is there a way to Parse CommandLine to ContainerParameters ? for example: docker run -d -p 8081:8081 --name nexus3 --network main-network --network-alias nexus3 -v /home/qqq/nexus-data:/var/nexus-data --restart=always sonatype/nexus3

The PR updates specgen to the latest Docker Engine API version (24.0.7) and fixes some inconsistencies in the API definition. Additionally, the PR (2nd commit) removes a couple of minor...

When I start a container and attach to its input stream, the container does not receive the bytes written to the stream. **Output of `dotnet --info`:** ``` .NET SDK: Version:...

**Output of `dotnet --info`:** ``` .NET SDK: Version: 8.0.100 Commit: 57efcf1350 Workload version: 8.0.100-manifests.6a1e483a Runtime Environment: OS Name: Windows OS Version: 10.0.22621 OS Platform: Windows RID: win-x64 Base Path: C:\Program...