Open TomBruns opened 2 years ago
Was this working before? I updated docker yesterday and a previously existing app using Docker.DotNet library stopped working.
Had to uninstall it and got a release from I think January
Tried docker on Windows and WSL, the docker API was not responding
Summary Docker installed and running under WSL/Ubuntu (not Windows Docker Desktop) C#/.NET 6 program using Docker.DotNet executed in a Ubuntu session cannot connect (timeout) to Docker instance
Output of
dotnet --info
:Output of
docker info
:What version of Docker.DotNet?:
Steps to reproduce the issue:
Run this code in a .NET 6 console app (in an wsl/ubuntu session)
What actually happened?:
Exception is thrown on ListContainersAsync
What did you expect to happen?:
API call returns a list of containers
Additional information:
Verified socket exists
Docker instance is accessible via Portainer
Normal docker command line operations works