This tool was created to give Windows and macOS users a Linux base required for containers.
I guess if you are coming from one of those OS’s it makes sense to do so to avoid retraining muscle memory. But trust me, knowing how to do this directly on the CLI will prove to be much more performant and won’t decrease the lifetime of cooling fans on your computing device as I’m sure @r0bertinski can attest to.
Having said all that, maybe you could try Rancher Desktop? I haven’t used it myself but it might be more performant - I hope.
I had the same problem using Docker Desktop on windows hosting linux running ASP.NRT COR App with sqlite . As mentioned here I 've changed to a named volume and the slowness disappeared like magic. while using -v localPat:continerPath I’ve noticed the Com Surrogate process appeared with intensive work !!!. …
Hi @r0bertinski, I have exactly the same experience. The performance inside docker is muuuuch slower (multiple times slower), than in host system. I tried various images, loooot of combinations, multiple host systems, multiple linux distributions in docker and the result is the same.
I’m using docker for building apps and also running PHP or nodejs apps in production. …and the situation is always same. Those thinks, which are running inside docker is running much much slower.