Skip to content

evansgp/docker-convoy-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages