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

How to copy output from a container (E.g. output of an ML model) to the host machine #660

Open aiswaryauttla opened 10 months ago

aiswaryauttla commented 10 months ago

Hello,

I have tried using the command Binds = new [] to upload files from host machine to a container. The command does not seem to work when downloading the output saved in the container to the host machine. Any help will be appreciated.

Thank you