Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 546 Bytes

convoy-daemon

Runs convoy in a container.

Usage

The container needs to be able to configure itself as a plugin and communicate with the docker socket.

E.g. to use the VFS/NFS backend:

docker run -d -v /var/run/docker.sock:/var/run/docker.sock -v /etc/docker/plugins:/etc/docker/plugins -v /opt/storage:/opt/storage evansgp/convoy-daemon daemon --drivers vfs --driver-opts vfs.path=/opt/storage/convoy-volumes

Extra

alias convoy='docker exec convoy-nfs convoy'
convoy list