Creating the NFS Volume:
$ docker volume create --driver local \
--opt type=nfs \
--opt o=addr=192.168.1.115,uid=1000,gid=1000,rw \
--opt device=:/mnt/volumes/mysql-test \
mysql-test-1| # Usage curl -#L https://git.io/convoy | sudo bash | |
| CONVOY_VERSION=v0.5.0 | |
| cd /tmp | |
| echo "Downloading convoy ..." | |
| wget -q https://github.com/rancher/convoy/releases/download/$CONVOY_VERSION/convoy.tar.gz -O convoy.tar.gz | |
| echo "Installing convoy ..." |