Install docker sandboxes
On my ubuntu maschine it works like this:
curl -fsSL https://get.docker.com | sudo REPO_ONLY=1 sh
sudo apt-get install docker-sbx
sudo usermod -aG kvm $USER
newgrp kvm
sbx login
See https://docs.docker.com/ai/sandboxes/#get-started for other OS.