-
Notifications
You must be signed in to change notification settings - Fork 967
Open
Description
Operating system
Synology DS923+
Description
I'm running MacOS Ventura through Docker on a Synology DS923+
I had noticed during installation that the Synology rebooted quite often.
Whenever I restart MacOS, the Synology reboots
Docker compose
{
"CapAdd" : [],
"CapDrop" : [],
"cmd" : "",
"cmd_v2" : "",
"cpu_priority" : 50,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enable_service_portal" : false,
"enabled" : true,
"env_variables" : [
{
"key" : "RAM_SIZE",
"value" : "16G"
},
{
"key" : "CPU_CORES",
"value" : "1"
},
{
"key" : "VERSION",
"value" : "13"
},
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "DISK_SIZE",
"value" : "64G"
}
],
"exporting" : false,
"id" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"image" : "docker.io/dockurr/macos",
"is_ddsm" : false,
"is_package" : false,
"labels" : {
"org.opencontainers.image.created" : "2025-11-22T04:02:07.618Z",
"org.opencontainers.image.description" : "MacOS inside a Docker container.",
"org.opencontainers.image.licenses" : "MIT",
"org.opencontainers.image.revision" : "297714126c4d733f8d796d0317bf03ca398d7f5d",
"org.opencontainers.image.source" : "https://github.com/dockur/macos",
"org.opencontainers.image.title" : "macOS",
"org.opencontainers.image.url" : "https://github.com/dockur/macos",
"org.opencontainers.image.version" : "2.29"
},
"links" : [],
"memory_limit" : 0,
"name" : "macos-ventura",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [
{
"container_port" : 5009,
"host_port" : 5009,
"type" : "tcp"
},
{
"container_port" : 5009,
"host_port" : 5009,
"type" : "udp"
},
{
"container_port" : 8006,
"host_port" : 8006,
"type" : "tcp"
}
],
"privileged" : true,
"service_portals" : [],
"services" : [],
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : false,
"version" : 2,
"volume_bindings" : [
{
"host_volume_file" : "/docker/MacOS/assets/config.plist",
"is_directory" : false,
"mount_point" : "/assets/config.plist",
"type" : "rw"
},
{
"host_volume_file" : "/docker/MacOS/storage",
"is_directory" : true,
"mount_point" : "/storage",
"type" : "rw"
},
{
"host_volume_file" : "/docker/MacOS/disk",
"is_directory" : true,
"mount_point" : "/disk1",
"type" : "rw"
}
]
}Docker log
date stream content
2026/01/27 15:50:55 stdout usb_desc_get_descriptor: 1 unknown type 33 (len 10)
2026/01/27 15:50:55 stdout usb_desc_get_descriptor: 2 unknown type 33 (len 10)
2026/01/27 15:41:10 stdout ======== End of efiboot serial output. ========
2026/01/27 15:41:10 stdout #[EB|LOG:HANDOFF TO XNU] _
2026/01/27 15:41:10 stdout #[EB|B:BOOT]
2026/01/27 15:41:10 stdout #[EB.BST.FBS|-]
2026/01/27 15:41:10 stdout #[EB|LOG:EXITBS:END] _
2026/01/27 15:41:02 stdout BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2026/01/27 15:41:02 stdout BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2026/01/27 15:41:02 stdout �[2J�[01;01H�[=3h�[2J�[01;01H�[2J�[01;01H�[=3h�[2J�[01;01H�[2J�[01;01H�[=3h�[2J�[01;01HBdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
2026/01/27 15:40:57 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.0DH:EAX.xsaves [bit 3]
2026/01/27 15:40:57 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:EDX.rdtscp [bit 27]
2026/01/27 15:40:57 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.invpcid [bit 10]
2026/01/27 15:40:57 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.erms [bit 9]
2026/01/27 15:40:57 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]
2026/01/27 15:40:57 stdout �[1;34m❯ �[1;36mBooting macOS using QEMU v10.0.6...�[0m
2026/01/27 15:40:56 stdout �[1;34m❯ �[1;36m�[0m
2026/01/27 15:40:56 stdout �[1;34m❯ �[1;36mBoard: C027259024NJG36FB�[0m
2026/01/27 15:40:56 stdout �[1;34m❯ �[1;36mSerial: C02TWVYGHX87�[0m
2026/01/27 15:40:56 stdout �[1;34m❯ �[1;36mRom: 0016cba63528�[0m
2026/01/27 15:40:56 stdout �[1;34m❯ �[1;36mModel: iMacPro1,1�[0m
2026/01/27 15:40:56 stdout �[1;34m❯ �[1;36m�[0m
2026/01/27 15:40:54 stdout �[1;34m❯ �[1;36mBuilding boot image...�[0m
2026/01/27 15:40:52 stdout
2026/01/27 15:40:52 stdout ❯ CPU: AMD Ryzen Embedded R1600 | RAM: 57/63 GB | DISK: 173 GB (btrfs) | KERNEL: 4.4.302+...
2026/01/27 15:40:51 stdout ❯ For support visit https://github.com/dockur/macos
2026/01/27 15:40:51 stdout ❯ Starting macOS for Docker v2.29...
2026/01/27 14:56:12 stdout usb_desc_get_descriptor: 1 unknown type 33 (len 10)
2026/01/27 14:56:12 stdout usb_desc_get_descriptor: 2 unknown type 33 (len 10)
2026/01/27 14:27:27 stdout usb_desc_get_descriptor: 1 unknown type 33 (len 10)
2026/01/27 14:27:27 stdout usb_desc_get_descriptor: 2 unknown type 33 (len 10)
2026/01/27 14:18:43 stdout ======== End of efiboot serial output. ========
2026/01/27 14:18:43 stdout #[EB|LOG:HANDOFF TO XNU] _
2026/01/27 14:18:43 stdout #[EB|B:BOOT]
2026/01/27 14:18:43 stdout #[EB.BST.FBS|-]
2026/01/27 14:18:43 stdout #[EB|LOG:EXITBS:END] _
2026/01/27 14:18:38 stdout BdsDxe: starting Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2026/01/27 14:18:38 stdout BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0)
2026/01/27 14:18:38 stdout �[2J�[01;01H�[=3h�[2J�[01;01H�[2J�[01;01H�[=3h�[2J�[01;01H�[2J�[01;01H�[=3h�[2J�[01;01HBdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found
2026/01/27 14:18:36 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.0DH:EAX.xsaves [bit 3]
2026/01/27 14:18:36 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:EDX.rdtscp [bit 27]
2026/01/27 14:18:36 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.invpcid [bit 10]
2026/01/27 14:18:36 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.erms [bit 9]
2026/01/27 14:18:36 stdout qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]
2026/01/27 14:18:35 stdout �[1;34m❯ �[1;36mBooting macOS using QEMU v10.0.6...�[0m
2026/01/27 14:18:35 stdout �[1;34m❯ �[1;36m�[0m
2026/01/27 14:18:35 stdout �[1;34m❯ �[1;36mBoard: C027259024NJG36FB�[0m
2026/01/27 14:18:35 stdout �[1;34m❯ �[1;36mSerial: C02TWVYGHX87�[0m
2026/01/27 14:18:35 stdout �[1;34m❯ �[1;36mRom: 0016cba63528�[0m
2026/01/27 14:18:35 stdout �[1;34m❯ �[1;36mModel: iMacPro1,1�[0m
2026/01/27 14:18:35 stdout �[1;34m❯ �[1;36m�[0m
2026/01/27 14:18:32 stdout �[1;34m❯ �[1;36mBuilding boot image...�[0m
2026/01/27 14:18:28 stdout
2026/01/27 14:18:28 stdout ❯ CPU: AMD Ryzen Embedded R1600 | RAM: 57/63 GB | DISK: 175 GB (btrfs) | KERNEL: 4.4.302+...
2026/01/27 14:18:26 stdout ❯ For support visit https://github.com/dockur/macos
2026/01/27 14:18:25 stdout ❯ Starting macOS for Docker v2.29...Screenshots (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels