Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storing containers on a network driver #23

Open
veyesecurity opened this issue Mar 21, 2017 · 0 comments
Open

Storing containers on a network driver #23

veyesecurity opened this issue Mar 21, 2017 · 0 comments

Comments

@veyesecurity
Copy link

Hey

While testing samples from this project, I've tried to create a container from images stored on a network drive which was attached to the host.

This test was always unsuccessful and I do not understand what error I'm getting:

creating container HCS function call returned error. at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.ProcessHcsCall(Int32 resultCode, String result) in C:\test\dotnet-computevirtualization-0.1.0-alpha5\src\Microsoft.Windows.ComputeVirtualization\Hcs.cs:line 200 at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.Microsoft.Windows.ComputeVirtualization.IHcs.CreateComputeSystem(String id, String configuration, IntPtr identity, IntPtr& computeSystem) in C:\test\dotnet-computevirtualization-0.1.0-alpha5\src\Microsoft.Windows.ComputeVirtualization\Hcs.cs:line 25 at Microsoft.Windows.ComputeVirtualization.HostComputeService.CreateContainer(String id, ContainerSettings settings, IHcs hcs) in C:\test\dotnet-computevirtualization-0.1.0-alpha5\src\Microsoft.Windows.ComputeVirtualization\HostComputeService.cs:line 143 at SampleContainerRun.Program.Main(String[] args) in C:\test\dotnet-computevirtualization-0.1.0-alpha5\samples\ContainerRun\Program.cs:line 38

As there is no documentation on low level vmcompute interface, it would be helpful to get more informative error explanation.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant