Closed jpapejr closed 8 years ago
Logging into that same Docker host and using sudo convoy delete test.1
removed the directory from the vfs.path as expected. It also correctly removes it from the docker volume ls
listing. So convoy itself, is working.
For docker call of deletion of volume(though docker volume plugin interface), we avoided deletion of the directory because user may want to reuse it, e.g. in the case of shared nfs volume.
In Convoy, the deletion is done automatically and can be avoid by --reference
flag.
convoy: v0.5.0-rc1 release docker: 1.12.0
Is this expected?