-
Notifications
You must be signed in to change notification settings - Fork 550
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
Add gVisor to the implementations list #970
Conversation
implementations.md
Outdated
@@ -13,6 +13,7 @@ If you know of any associated projects that are not listed here, please file a p | |||
|
|||
* [hyperhq/runv][runv] - Hypervisor-based runtime for OCI | |||
* [clearcontainers/runtime][cc-runtime] - Hypervisor-based OCI runtime utilising [virtcontainers][virtcontainers] by Intel®. | |||
* [google/gvisor][gvisor] - gVisor is a user-space kernel, contains runsc to run sandboxed containers] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last square bracket at the end of the line seems unnecessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, sigh, fixed
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
1 similar comment
Can someone with write access delete this branch now that the PR is merged? |
Branches on origin; naughty @caniszczyk 😂 |
sorry looks all good now :) |
We should also add gvisor to the list, although not sure where to put it.
https://github.com/google/gvisor
Signed-off-by: Chris Aniszczyk caniszczyk@gmail.com