rancher / convoy

A Docker volume plugin, managing persistent container volumes.
Apache License 2.0
1.31k stars 135 forks source link

volume labels #174

Closed surfr326 closed 7 years ago

surfr326 commented 7 years ago

Docker: 1.12.2 Convoy: 0.5.0, vfs backend

Would it be possible to propagate volume labels for volumes created between hosts? Currently if I use docker volume create with convoy driver on one host and apply a label, that label does not show up on any other host with access to convoy volumes.

Thanks!

yasker commented 7 years ago

I don't think Docker tell label information about volume to volume drivers, so it may not possible to do it.