-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dom0-ztools: rootfs: Enable Container Device Interface
This commit introduces the following changes: - Enables CDI plugin in order to allow native containers to access devices specified by CDI spec. - Adds a default loopback network configuration otherwise the plugin will throw an error during initialization. Signed-off-by: Renê de Souza Pinto <[email protected]>
- Loading branch information
1 parent
f05be98
commit 80611a1
Showing
3 changed files
with
16 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"cniVersion": "0.2.0", | ||
"name": "lo", | ||
"type": "loopback" | ||
} |
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