How do I keep my data when I use docker?
WengerChan opened this issue · 2 comments
WengerChan commented
After Build the docker container, I run it:
docker run -d -p 80:80 -p 6080:6080 retspen/webvirtcloud:v20240320
which directory or path should I pay attention to?
catborise commented
keep db.sqlite3 and webvirtcloud/settings.py
webysther commented
@catborise will be nice to provide a docker image and maybe a docker-compose to deploy in any Linux with minimal kernel version needed. I think is needed to expose kvm to docker already.