You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error response from daemon: create images: error looking up volume plugin local-persist: plugin "local-persist" not found
now clearly it's in there. I thought maybe i just needed to restart. Not only did I try restarting docker, but the entire computer but every time i run docker plugin ls, it does not show in there.
Am I missing a step to get this thing registered properly?
The text was updated successfully, but these errors were encountered:
I'm using wsl -- I started a container for the plugin --
local-persist.sock is sitting in /run/docker/plugins
I added the volumes that I want to use:
/data
I try to run the command:
docker volume create -d local-persist -o mountpoint=/data/images/ --name=images
but only receive the error:
Error response from daemon: create images: error looking up volume plugin local-persist: plugin "local-persist" not found
now clearly it's in there. I thought maybe i just needed to restart. Not only did I try restarting docker, but the entire computer but every time i run
docker plugin ls
, it does not show in there.Am I missing a step to get this thing registered properly?
The text was updated successfully, but these errors were encountered: