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

Edit mountpoint on a created container #627

Open tvdrpe opened 1 year ago

tvdrpe commented 1 year ago

Hey guys,

I would like to know if it's possible to inspect a created container and edit the mountpoint (source) and restart without having to destroy and recreate the container.

If so, how can I accomplish this?

Thanks in advance.