Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Persistency issue #16

Open
marbeno opened this issue Nov 27, 2017 · 0 comments
Open

Data Persistency issue #16

marbeno opened this issue Nov 27, 2017 · 0 comments

Comments

@marbeno
Copy link

marbeno commented Nov 27, 2017

Hi,
I am running vcf-miner with Docker with a volume, i.e.
docker run -d -p 8888:8080 --name vcfminer --mount source=vcfMiner,target=/data/db/,type=volume vcfminer

If I load a vcf, stop the container and restart the same container vcf-miner is able to see the vcf previously loaded.
If the container is deleted and a new one is started the data are not available on vcf-miner. However, the data persist in mongodb as they can bee seen with mongo shell running inside the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants