Runs convoy in a container.
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
alias convoy='docker exec convoy-nfs convoy'
convoy list