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
FInaly install working and service is started; but the plugin is not available in the plugins list using docker system info:
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
I tried to create a volume from command lien and the result is:
docker volume create -d local-persist -o mountpoint=/tmp/toto --name=toto
Error response from daemon: create toto: error looking up volume plugin local-persist: legacy plugin: Post "http://plugin.moby.localhost/Plugin.Activate": dial unix /run/docker/plugins/local-persist.sock: connect: connection refused
Socket exists:
ls -la /run/docker/plugins/local-persist.sock
srw-rw---- 1 root root 0 Dec 30 15:18 /run/docker/plugins/local-persist.sock
The service is working fine :
journalctl -u docker-volume-local-persist.service
Dec 30 14:48:32 bohr-node06w systemd[1]: Started docker-volume-local-persist.service - docker-volume-local-persist.
Dec 30 14:48:32 bohr-node06w docker-volume-local-persist[137400]: Starting... Found 0 volumes on startup
I try a docker service restart, same issue.
Any idea about the mistake ?
The text was updated successfully, but these errors were encountered:
Hi,
FInaly install working and service is started; but the plugin is not available in the plugins list using
docker system info
:I tried to create a volume from command lien and the result is:
Socket exists:
The service is working fine :
I try a docker service restart, same issue.
Any idea about the mistake ?
The text was updated successfully, but these errors were encountered: