We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linux Mint 21.2
camera not working
services: windows: image: dockurr/windows container_name: windows environment: VERSION: "11" RAM_SIZE: "8G" CPU_CORES: "4" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,4E3E6393-A1E0-4885-BD52-403E0782E58D,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,4E3E6393-A1E0-4885-BD52-403E0782E58D,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
The text was updated successfully, but these errors were encountered:
If its an USB camera, you can passthrough the device (see the FAQ about USB devices). If its not USB, you are out of luck.
Sorry, something went wrong.
No branches or pull requests
Operating system
Linux Mint 21.2
Description
camera not working
Docker compose
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
RAM_SIZE: "8G"
CPU_CORES: "4"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
Docker log
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,4E3E6393-A1E0-4885-BD52-403E0782E58D,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,4E3E6393-A1E0-4885-BD52-403E0782E58D,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
Screenshots (optional)
The text was updated successfully, but these errors were encountered: