-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: cross-container named pipes
Add new "uvm://" mount prefix to support cross-container pipes for Xenon WCOW containers. For now, it's a WCOW-only feature, while the Linux work is being prototyped. Additionally, extend the logic of `GetContainerPipeMapping` to also handle cross-container pipes within the UVM. The syntax similar to sandbox mounts: ``` { "host_path": "uvm://\\\\.\\pipe\\uvmPipe", "container_path": "\\\\.\\pipe\\containerPipe" } ``` Containers sharing the pipe need to have the same "host_path". Signed-off-by: Maksim An <maksiman@microsoft.com>
- Loading branch information
Showing
5 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters