LafsarColdwalker
LafsarColdwalker
A colleague of mine had the same issue, and the problem was that it had a broken symlink in `/private/var/run/docker.sock` left by Docker Desktop. He removed the link and Colima...
Hey gereog, I think you got confused about the purpose of `colima template`, or maybe it is not clear in the docs. `template` edits the base configuration used **only** when...
You have to think that a "profile" is basically a VM that runs with its own configuration. `colima start` runs the profile called `default` by default, _and if the profile...
> Is the persistence of the default profile helpful to most people? Absolutely. The VM contains all the docker images that you downloaded of built. For instance, if you need...
> I would like it so that updating memory limits, storage limits, and DNS nameservers in the template will actually change the memory and storage limits and DNS nameservers of...
> will all the docker images that I've downloaded and built get deleted? No, This happens only if you delete the VM with `colima delete` > Will the settings actually...
`template` is a feature that is very useful if you want to run multiple instances at the same time. I'm using it usually when I want to create a k8s...
You could customize the Config location of Colima by setting `COLIMA_HOME` environment variable. Check [this section in the FAQ](https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#specifying-the-config-location) or do you refer to something else?