allfro / device-mapping-manager

52 stars 8 forks source link

docker plugin install Error #1

Closed erikbrodnick closed 1 year ago

erikbrodnick commented 1 year ago

When trying to install the plugin I am getting the following error message from docker daemon:

$ docker plugin install redcanari/dvd Plugin "redcanari/dvd" is requesting the following privileges:

$ docker --version Docker version 20.10.22, build 3a2c30b

erikbrodnick commented 1 year ago

Installing the plugin with the following installed successfully.

$ docker plugin install redcanari/device-volume-driver

Comparing the two plugins via docker plugin inspect it seems that the difference is using "rbind" instead of "bind".