Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 612 Bytes

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