Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not detecting video card #727

Closed
jkurkure opened this issue Sep 5, 2024 · 1 comment
Closed

Not detecting video card #727

jkurkure opened this issue Sep 5, 2024 · 1 comment

Comments

@jkurkure
Copy link

jkurkure commented Sep 5, 2024

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

@kroese
Copy link
Contributor

kroese commented Oct 1, 2024

See #22

@kroese kroese closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants