membership-manager
membership-manager copied to clipboard
Allow use of persistent volumes
I modified manager.py to not remove volume information on stop by running remove_worker on destroy instead of on die. When combined with specifying a volume, this should allow for use of persistent data in Docker containers.