After reading your blog about colima on macos I decided to uninstall docker and give it a try. However, I’m failing to run flox containerize.
This is the error I’m getting: ERROR: container source command unsuccessful
stderr:
docker: Error response from daemon: invalid mount config for type “bind”: bind source path does not exist
Is it not possible to build containers without the docker engine?
Thanks, this was the problem!
I was running it outside my home-folder, due to some symlink issue. Moving everything into the home-folder solved the problem!