-
Notifications
You must be signed in to change notification settings - Fork 3
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
Move container-hotplug from wrapper of docker to wrapper of runc #6
Conversation
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.
This looks great. I tried to review it and the only unclear thing was about the documentation of the annotations.
This means: * It can now be used for other container managers, e.g. podman or k8s * We now only start the container when existing devices are attached * We no longer need to interface with docker API, and no longer have to worry about lifecycle of the pod. The options is changed from using CLI to use annotations.
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.
LGTM, thanks.
Just minor wording suggestions on the README.
Co-authored-by: James Wainwright <[email protected]>
Best to review by commit.