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

Possible to execute "docker stack deploy"? #377

Open MatthiasKammerlohr opened 5 years ago

MatthiasKammerlohr commented 5 years ago

Hi,

is it possible to execute "docker stack deploy"? I can´t find such a functionality.

Many thanks!

mattscully commented 5 years ago

It looks like the docker REST API itself does not support "docker stack deploy". All that functionality is implemented in the docker client, so I wouldn't expect this library to support it since it would be operating at a higher level of abstraction than what seems to be the goal of Docker.DotNet.