colima
colima copied to clipboard
Container runtimes on macOS (and Linux) with minimal setup
### Description Every running container (except kubernetes ones) are injected with follow environment variables: ``` HTTPS_PROXY=http://localhost:7890 https_proxy=http://localhost:7890 http_proxy=http://localhost:7890 HTTP_PROXY=http://localhost:7890 ``` Where my mac proxy setting is actually ``` http_proxy=http://127.0.0.1:7890 https_proxy=http://127.0.0.1:7890...
### Description I don't edit the template file since my colima setup is all cli usage based and pretty simple, I just set cpu and memory on start. A start...
### Description The URLs of the prepackaged VMs are stored in [./embedded/images/images.txt](https://github.com/abiosoft/colima/blob/main/embedded/images/images.txt) along with the hash. That's great for security, but not great for folks who would prefer to retrieve...
### Description In my context I got two users and they are being linked. Which are "iotiq"(my user) and "bor". I am building my containers with a docker-compose.yml. when I...
Hi guys. i'm here asking if there's a way to mount an external hard drive in colima (I'm trying to run there casaos). I tried editing the .yaml like this:...
### Description Since v0.9.0, when running provisioning scripts (from the templates `provisioning` section), DNS is not configured/working. At this point in time, there is no `/etc/resolv.conf` file. Once the VM...
I tried to run Colima in GitHub Actions using the `macos-latest` runner, but the setup failed. I then checked the [setup-docker-macos-action](https://github.com/douglascamata/setup-docker-macos-action) repository, which mentions that only `macos-13` is supported and...
### Description I have seen that amd64 images running on colima with aarch64 with vz. However, on restarts somehow its looses the amd64 emulation support and the containers fails with...
### Description Hello, I've just opened a bug on Lima: https://github.com/lima-vm/lima/issues/4053 You can find all the information there, just tried Colima just to exclude other causes but I confirm that...
### Description Using air in go project recompile go files and reload the executable works only if I exec into the container. Some older issues were closed as resolved which...