First run ths install.sh
script
Then add an environment variable so tools you use that use docker can find docker
## Add this to your bashrc if you want this to be permenant
export DOCKER_HOST=ssh://localhost:60006
This will need the lima vm for docker running, you can do that by running
limactl start docker
Next add the below "docker" to your path (as docker). You could do that making a new $HOME/.bin/
directory and adding
export PATH="$HOME/.bin:$PATH"
to your bashrc
Everything should work as normal. Docker compose will be under docker compose
, rather than with the hyphen.