mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #479] Dockerfile can not run webvirtcloud container #291
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hiepvq on GitHub (Dec 18, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/479
HI
I can not run webvirtcloud
@catborise commented on GitHub (Dec 20, 2021):
there is not any problem with docker installation and running, newly tested. did you check on wiki to learn how to install it with docker; https://github.com/retspen/webvirtcloud/wiki
@hiepvq commented on GitHub (Dec 20, 2021):
@catborise hi
i followed this guide: https://github.com/retspen/webvirtcloud/wiki/Docker-Installation-&-Update
run it on window 10, or doesn't it compatible with window?
docker build -t retspen/webvirtcloud:1 .@catborise commented on GitHub (Dec 20, 2021):
@hiepvq yes i think it is not working on windows docker. it is related with base image. linux based docker/podman container runtimes running flawlessly.
@hiepvq commented on GitHub (Dec 22, 2021):
@catborise hi
i am using the WSL 2 based engine on window docker. it is linux base, i think it should be worked too?
@catborise commented on GitHub (Dec 22, 2021):
if you do not use it for dev environments why you are using windows docker for webvirtcloud?
you can create a vm on kvm host to manage kvm environment with webvirtcloıd
@hiepvq commented on GitHub (Dec 23, 2021):
hi
i want to dev it on window docker, currently, it doesn't support window docker yet.
so i will create a vm linux and run dockerfile
@hiepvq commented on GitHub (Dec 25, 2021):
@catborise hi, it works fine on linux os, I hope you will support windows docker in the future