I've started refactoring Docker.DotNet and introducing a more modern, reliable implementation.

Just added a clean builder API for creating Docker client instances. With help from the community, it now supports the .NET native HTTP handlern. No more mandatory legacy, slow implementation (opt-in for now): https://github.com/testcontainers/Docker.DotNet?tab=readme-ov-file#usage. #docker #dotnet

With the new design and structure, adding or extending handlers is much easier. SSH support is coming soon.