FWIW, on my main (work) laptop, I am about to switch away from Docker on the desktop to another container solution (not sure which one yet).
Gary On Wed, Sep 13, 2023 at 2:33 AM Piotr P. Karwasz <piotr.karw...@gmail.com> wrote: > > Hi Volkan, > > On Wed, 13 Sept 2023 at 08:23, Volkan Yazıcı <vol...@yazi.ci> wrote: > > Though note that this will introduce a new requirement on the build > > hosts: Docker Engine accessibility. Hence, it is better to put these > > behind a Maven profile (`container`?) that one can opt out of. > > This is my main concern, do all committers accept tests running on Docker? > At work I have successfully ran Docker with WSL2, but be aware that > this changes the way Windows work and other virtualisation > technologies might need to be reconfigured or will slow down (e.g. > VirtualBox). > > Piotr