docker-volume-moosefs
docker-volume-moosefs copied to clipboard
Docker Volume Plugin for MooseFS to create persistent volumes in Docker containers
I noticed that volumes' list is held only in memory. It means they are not preserved when the plugin is restarted. I have to do `docker volume create` again. BTW,...
It would be awesome if this volume driver could be installed as a [Docker Plugin](https://docs.docker.com/engine/extend/#installing-and-using-a-plugin). BTW I'm really liking the looks of MooseFS so far. I'm trying to get it...
- Fix https://github.com/moosefs/docker-volume-moosefs/issues/3 - Fix https://github.com/moosefs/docker-volume-moosefs/issues/1 ``` docker plugin ls ID NAME DESCRIPTION ENABLED 221ca7769fcc moosefs/docker-volume-moosefs:0.2.0 MooseFS plugin for Docker true ```