You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a Windows XP virtual machine running in a docker container using your image. However, my VM is not detecting my video card, which is preventing me from running software. How could I rectify this?
Operating system
docker-desktop (on Windows)
Description
I've got a Windows XP virtual machine running in a docker container using your image. However, my VM is not detecting my video card, which is preventing me from running software. How could I rectify this?
Docker compose
services:
windowsxp:
image: dockurr/windows
container_name: windows
environment:
VERSION: "winxp"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3392:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
volumes:
- ./data/xp:/storage
restart: on-failure
Docker log
❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: