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
Disk is locked error. I've tried adding a volume to the container, but it doesn't register. I only get a 2.8GB disk that says it's locked, despite defining 64Gb in the docker-compose. I've been up and down the docs, and can't see anything I'm missing
Docker compose
services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "13"
DISK_SIZE: "64GB"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
volumes:
- "D:/mac:/storage"
ports:
- 8006:8006
- 8080:8080 # I've added this for other software I intend to run
- 5900:5900/tcp
- 5900:5900/udp
stop_grace_period: 2m
Docker log
BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
2024-12-19 17:42:57 BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2024-12-19 17:42:57 BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2024-12-19 17:43:00 #[EB|LOG:EXITBS:END] _
2024-12-19 17:43:00 #[EB.BST.FBS|-]
2024-12-19 17:43:00 #[EB|B:BOOT]
2024-12-19 17:43:00 #[EB|LOG:HANDOFF TO XNU] _
2024-12-19 17:43:00 ======== End of efiboot serial output. ========
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
Operating system
Windows 11
Description
Disk is locked error. I've tried adding a volume to the container, but it doesn't register. I only get a 2.8GB disk that says it's locked, despite defining 64Gb in the docker-compose. I've been up and down the docs, and can't see anything I'm missing
Docker compose
services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "13"
DISK_SIZE: "64GB"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
volumes:
- "D:/mac:/storage"
ports:
- 8006:8006
- 8080:8080 # I've added this for other software I intend to run
- 5900:5900/tcp
- 5900:5900/udp
stop_grace_period: 2m
Docker log
BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
2024-12-19 17:42:57 BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2024-12-19 17:42:57 BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2024-12-19 17:43:00 #[EB|LOG:EXITBS:END] _
2024-12-19 17:43:00 #[EB.BST.FBS|-]
2024-12-19 17:43:00 #[EB|B:BOOT]
2024-12-19 17:43:00 #[EB|LOG:HANDOFF TO XNU] _
2024-12-19 17:43:00 ======== End of efiboot serial output. ========
Screenshots (optional)
The text was updated successfully, but these errors were encountered: