forked from jstarks/hcsshim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for creating and mounting merged CIMs.
CimFS supports merging CIMs and then mounting those merged CIMs as an alternative to creating forked CIMs. Advantage of merging CIMs that each CIM can be stored in its own directory. Unlike forked ICMs there is no requirement that all CIMs need to be present in the same directory. This commit adds the Go wrappers and some tests for using the new CIM merging APIs. Also, fixes a bug related to the return value of CimCloseImage API. This API has void return so we shouldn't be returning anything in our wrapper. Signed-off-by: Amit Barve <[email protected]>
- Loading branch information
Showing
6 changed files
with
241 additions
and
51 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.