I'm trying to sign up and test out the docker locally. I have a ubuntu server, and it has docker installed and working - as well as docker-compose. Docker version 24.0.7, build 24.0.7-0ubuntu2~22.04.1 and docker-compose version 1.29.2. When I attempt to run the only two commands given on the try-fleet page, I run this:
curl -sSL
https://fleetdm.com/resources/install-fleetctl.sh | bash
Which works without any errors... Then when I run the second command to start the fleetctl program as a preview with a license key I get the error: Error: Please start Docker daemon before running fleetctl preview.
Googling tells me all the way back 2021 this was an issue with docker-compose not being detected as installed - however I do have both docker and compose installed and working with other dockers on this host - what should I try next?