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

Running container with bind mounts inside of a container causes "Error while creating mount source path" #640

Open dsaffie opened 1 year ago

dsaffie commented 1 year ago

Is HostConfig.Binds doing a bind mount (--mount) or using volumes (-v)?