dotnet / Docker.DotNet

:whale: .NET (C#) Client Library for Docker API
https://www.nuget.org/packages/Docker.DotNet/
MIT License
2.23k stars 381 forks source link

Is there a way to manage stacks? #661

Closed IskandarAlex2 closed 2 months ago

IskandarAlex2 commented 10 months ago

Nuget package version: 3.125.15 I am trying to make my own version of Portainer, so I decided to use the unofficial .NET library because I am familiar a lot with C# as to their official libraries. So I am just checking if this library has everything that the official library could provide such as stack managing, attaching to containers, etc, etc. I could not find a way to even list running stacks yet, let alone managing it.

Also if there's also a lot more features that this library doesn't support, please let me know so I can decide whether to use this or the official libraries.