windows
windows copied to clipboard
Windows inside a Docker container.
Hey, would like to know if this container is capable of passing through a gpu to the vm inside the container. I have looked into the upstream docker container qemus/qemu-docker,...
doubt
How can I create a certificate for the container using certbot?
Might be worth mentioning that the default port of ProxMox's web interface is also port 8006. If someone runs this container inside of proxmox, this may cause issues with default...
This project is awesome, thanks for making it available. I'm a hundred percent Linux user, with 1 exception: I currently still maintain a VirtualBox Win7 instance for an old application...
hi kroese: You can use the qcow2 format for the disk image file. If it is possible, how can the parameters be adjusted?
I've tried Microsoft iso and custom iso but both get stuck here. ![Snipaste_2024-](https://github.com/dockur/windows/assets/48853857/ba8f7f44-c60d-466f-b53e-3e3eddadcac8) I've waited for several hours and it's still like this. yml file ``` version: "3" services: windows:...
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [qemux/qemu-docker](https://togithub.com/qemus/qemu-docker) | final | minor | `4.14` -> `4.15` | ---...
I want to install Windows on my VPS(Debian 11), and here's my docker-compose config: ``` version: "3" services: windows: image: dockurr/windows container_name: windows devices: - /dev/kvm cap_add: - NET_ADMIN ports:...
![image](https://github.com/dockur/windows/assets/109627967/6e91ee2e-3c44-4f1c-9bbc-f64fb53bd840) I try install this on synology dsm7.1 docker and it pop up this error message can somebody tell me how to resolve it? thanks alot
1.When I enter"docker compose up -d",An error has occurred: "Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory" 2.My docker-compse.yml: version:...