|
|
|
|
|
by CodeHz
2052 days ago
|
|
I think we can achieve this through windows container(not docker, it won't support interactive GUI application), by using process isolation, most api have been implemented in container.dll(see the exported functions table!), but it is undocumented...
There's some demos that using this API
https://github.com/microsoft/BuildXL/blob/master/Public/Src/... |
|