convoy
convoy copied to clipboard
A Docker volume plugin, managing persistent container volumes.
When I run the convoy daemon start command, it starts but doesnt exit from the command line, meaning its not really a daemon
Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile.dapper We recommend...
Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - package/Dockerfile We recommend...
Hello everyone, We had a power failure on our servers last night and since then I have noticed some strange behaviour on convoy. A service could not be started and...
Hello, I read the doc https://github.com/rancher/convoy/blob/master/docs/cli_reference.md and also get parameters from cli but could not figure out the correct usage of the backup list command. Could someone help me on...
It would be nice to have more cloud storage options than just S3 and I was wondering if it'd be hard to adapt the [Azure](http://godoc.org/github.com/Azure/azure-sdk-for-go/storage) support [currently used](https://github.com/docker/distribution/tree/master/registry/storage/driver/azure) in Docker...
i want to create a snapshot, when container is running. but get errors such like those. ``` sudo convoy snapshot create couchdb-data --name couchdb-data-08-16-2019-snap ERRO[1102] Error response from server, Failed...
Add fields filter for list command. Need to discuss how to do it.
The last convoy commit Mar 21, 2017. Is convoy still maintained and is it compatible to latest docker / swarm? Or any suggestion about a alternative storage plugin to handle...
## Reproduce ```docker volume create --driver convoy --label com.docker.ucp.access.label=KIRBY kirbyVolume``` Original volume will have the label, while the duplicated volumes across the swarm nodes will not. ``` ~/D/c/ucptechopsnp ❯❯❯ docker...