Closed deviantony closed 8 years ago
For example I created a shared volume and a container using it:
$ docker volume create -d convoy --name shared-vol
$ docker run -d -p 80:80 --net my_shared_network -v shared-vol:/usr/share/nginx/html --name nginx1 nginx
After restarting the host, if I want to restart a container using a shared volume, I get the following error:
$ docker start nginx1
Error response from daemon: Error response from daemon: get shared-vol: VolumeDriver.Get: Handler not found: POST /VolumeDriver.Get
Hi @deviantony
Please give a try https://github.com/rancher/convoy/releases/tag/v0.5.0-rc1 . It should fix this issue.
Notice it's not compatible with previous Convoy's configuration file. You may need a new setup to try it on.
In fact it's a duplicate of #112 , will close this one for now.
Hi guys !
I'm currently playing with convoy and managed to use it inside a Swarm cluster using a NFS server to share my volumes between the hosts.
The only thing is that when I restart a host, convoy seems to lost the mountpoint data for the volumes.
Before reboot of the host:
After reboot: