C#C
C#3y ago
32 replies
Omar

❔ How do I Open Source Software correctly?

I'm worried that I don't know how to OSS correctly.

How do I choose a library? I want to write C# code that controls and monitors Docker containers. How do I find a good, supported library that does it?

I searched around and found this one: https://www.nuget.org/packages/Docker.DotNet/ Where do I find documentation for this library? There's a README, but it's incomplete, just some examples; covers about 10% of the library, I figure. How do I learn more?
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.
Docker.DotNet 3.125.12
Was this page helpful?