Aspire on Linux with OSS Docker + Lazy Docker has been a huge improvement for me, simply because of the constant Docker issues on Windows and Macos. I haven’t tried going the same combo on my Windows or Macos machines, curious if that would improve things
I rely heavily on Docker desktop and feel the pain. I've not tracked down why, but docker desktop's kubernetes hangs unless visual studio is running...confirmed on at least 3 machines. Maybe it helps, maybe not.
Also nerfs GPU throughout intensely on windows. Terrible for CUDA workloads.
Need to use docker inside of WSL2 to get full GPU throughput.
Which is super weird since docker desktop for windows apparently uses WSL2 as a backend.
Yeah, Docker Engine and Hyper-V don't really get along that well it seems. Podman, though, has been working without any problems for me in the last few months, both in test/stage and production.
I switched to @Podman_io and lost all these issues. I nice bonus: Freed a lot of disc space Docker Desktop was claiming. Works like a charm with Aspire
Yes. I witnessed this yesterday. The limitation: the Docker Desktop container cannot communicate with a real server on a real company network, even with "--network host". In pure Docker, however, it works normally without any effort.