lando / core

Current Lando v3 runtime
https://docs.lando.dev/core/v3
GNU General Public License v3.0
8 stars 22 forks source link

`lando setup` fails on Windows if docker-users does not already exist #116

Closed AaronFeledy closed 6 months ago

AaronFeledy commented 6 months ago

On a fresh Windows machine, running lando setup installs Docker Desktop and also checks for the docker-users user group. There seems to be a race condition here where the check for the user group can happen before Docker is installed. This causes the setup to crash with Could not determine group situation.

pirog commented 6 months ago

i can replicate this, did not see it previously because i only removed my user from docker-users and it is NOT removed by uninstalling docker desktop, you need to manually remove the group.