## Windows https://github.com/dockur/windows Encountered https://github.com/dockur/windows/issues/943, need to run ``` sudo modprobe ip_tables iptable_nat ``` before first boot up, for share folder to work properly. Create docker-compose.yml with ``` services: windows: image: dockurr/windows container_name: windows environment: VERSION: "11" DISK_SIZE: "256G" RAM_SIZE: "16G" CPU_CORES: "4" USERNAME: "fsworld009" devices: - /dev/kvm - /dev/net/tun cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m volumes: - /run/media/fsworld009/data/windows/storage:/storage - /run/media/fsworld009/data:/data ``` and `docker compose up -d` Current Problem: can only have one share folder ### Remote desktop Default browser view is not smooth and has no audio / clipboard support. Use Remmina from Flatpak Windows: Group policy editor: > Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Device and Resource Redirection > Set the policy Limit audio playback quality to enabled and high and then reboot. Remmina: New profile 1. Protocol: RDP 2. Advanced tab -> Audio output mode: Local Ref: - https://www.reddit.com/r/sysadmin/comments/11ive71/comment/jb297vr/ - https://superuser.com/questions/720772/how-to-remote-linux-desktop-with-audio-support ## Mac OSX https://github.com/sickcodes/Docker-OSX https://ivonblog.com/posts/linux-docker-osx/ ## Brave crashes Seems there's memory leak after playing videos ``` Dec 16 15:39:17 fsworld009-fw16 systemd[2987]: app-flatpak-com.brave.Browser-32946.scope: Consumed 2h 33min 40.244s CPU time, 14G memory peak. Dec 16 15:39:19 fsworld009-fw16 systemd[2987]: app-flatpak-com.brave.Browser-32906.scope: Consumed 59min 52.281s CPU time, 2.3G memory peak. ``` Trying this workaround for now: https://www.reddit.com/r/brave/comments/1h47jdd/memory_leak_when_watching_youtube/ > Update: I have removed Return Youtube Dislike and turned off Dark Reader for Youtube and this has seemed to fix the problem. Ref: - https://community.brave.com/t/high-memory-usage-by-youtube-tab-5gb-crashing-everything/574548/4 - https://github.com/brave/brave-browser/issues/39469