retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

How do I keep my data when I use docker? #642

Open WengerChan opened 3 months ago

WengerChan commented 3 months ago

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 3 months ago

keep db.sqlite3 and webvirtcloud/settings.py

webysther commented 2 months ago

@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.