Mount a Windows Share on Linux container using C#.NET
If you are running a .NET Core application in Linux container and want to access Windows Share (Network Share Path) that is secured with credentials, then you can use below C# based solution.Mount…