Skip to content
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

Does dvdcli work with docker managed plugins ... #36

Open
taherv opened this issue Aug 20, 2017 · 2 comments
Open

Does dvdcli work with docker managed plugins ... #36

taherv opened this issue Aug 20, 2017 · 2 comments

Comments

@taherv
Copy link

taherv commented Aug 20, 2017

I thought I would ask before I tried this ...
If I have a docker plugin on Docker >1.13 (installed via "docker plugin install ...."), would dvdcli work with this plugin ?

Thanks

@clintkitson
Copy link
Member

@taherv dvdcli is built from Docker packages prior to the managed plugin implementation. This means there are certain portions that are misaligned and would not work right out of the gate. The expectation with unmanaged plugins is that they would have sock's listed under /run/docker/plugins. With managed plugins, these files are listed further down this structure and labeled from the runc container to which they are running from.

I believe it would be possible to make this work if you did a ln to the /run/docker/plugins directory to ensure a plugin's sock is listed there that links to the runc socket.

@taherv
Copy link
Author

taherv commented Aug 21, 2017

Thanks @clintkitson, I'll post an update with my results ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants