[GH-ISSUE #642] How do I keep my data when I use docker? #372

Open
opened 2026-02-27 15:58:25 +03:00 by kerem · 2 comments
Owner

Originally created by @WengerChan on GitHub (Mar 20, 2024).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/642

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?

Originally created by @WengerChan on GitHub (Mar 20, 2024). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/642 After Build the docker container, I run it: ```sh docker run -d -p 80:80 -p 6080:6080 retspen/webvirtcloud:v20240320 ``` which directory or path should I pay attention to?
Author
Owner

@catborise commented on GitHub (Mar 20, 2024):

keep db.sqlite3 and webvirtcloud/settings.py

<!-- gh-comment-id:2009385082 --> @catborise commented on GitHub (Mar 20, 2024): keep db.sqlite3 and webvirtcloud/settings.py
Author
Owner

@webysther commented on GitHub (Apr 4, 2024):

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

<!-- gh-comment-id:2037867397 --> @webysther commented on GitHub (Apr 4, 2024): @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#372
No description provided.