Skip to content

unglaublicherdude/docker-convoy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

docker-convoy

This image configures a convoy agent with the nfs mapper. A volume must be provided for this to work.

usage without custom volume directory

docker run -d --name convoy --restart always -v /var/run/convoy:/var/run/convoy -v /etc/docker/plugins:/etc/docker/plugins -v /local/share:/share incredibledude/docker-convoy

usage with custom volume directory

docker run -d --name convoy --restart always -v /var/run/convoy:/var/run/convoy -v /etc/docker/plugins:/etc/docker/plugins -v /local/share:/custom/share -e VOLUMES=/custom/share incredibledude/docker-convoy

Packages

No packages published

Languages

  • Dockerfile 63.7%
  • Shell 36.3%