convoy
convoy copied to clipboard
A Docker volume plugin, managing persistent container volumes.
Newly created convoy volumes contain a "lost+found" directory. This prevents many docker containers from initialising, as they will only write if the volume is empty. Example: In order to get...
In the integration test, we need to test the integration with Docker.
Hi, I am testing convoy NFS driver and when I am trying to run a container with a volume created by convoy driver, but I keep getting this error: $...
I compiled versision of convoy from the [PR:change uuid to name](https://github.com/rancher/convoy/pull/134) using `make`. Then copied the resulting `bin/convoy` into a fork of rancher/convoy-agent and build that. I published the modified...
I just wrote a blog post about this issue: https://microblog.pierre-o.fr/2016/backups-on-rancherconvoyglusterfs I'd love to have your feedback!
I have a Centos 7 machine with Docker 1.10.3 and Convoy v0.5.0-rc1 running. I followed the Convoy setup instruction from this link: https://github.com/rancher/convoy#quick-start-guide and tried to create a Docker container...
I am using Convoy as my EBS volume driver, the use case is for a volume to follow a container even if the host changes. Convoy works well as long...
the driver abstraction seems to cause quite a few extraneous api calls per ebs volume for example convoy list, generates three api calls per volume, one for the list, one...
I have a Rancher setup (Rancher v1.1.0-dev4 on CoreOS 1010.5.0) where I started the latest Convoy GlusterFS out of the Rancher catalog. After that I deleted the two stacks (GlusterFS...
Is it possible to install convoy with Docker for Windows? The latest beta (with Hyper-v instead of Virtualbox) doesn't allow to connect to the VM via SSH.