colima
colima copied to clipboard
Container runtimes on macOS (and Linux) with minimal setup
### Description -> % colima start WARN[0000] already running, ignoring -> % colima status FATA[0003] error retrieving current runtime: empty value Even after multiple re-installation and restart it shows the...
### Description Something about the use of `virtiofs` causes `dockerd` in the guest to receive an `Operation not supported` rather than `File exists` when it performs a `mkdir -p` ([as...
### Description I just installed colima on macOS and I have an issue that it cannot download the image when I do "colima start": ``` failed to download "https://github.com/abiosoft/colima-core/releases/download/ve.6.8-2/ubuntu-23.1 O-minimal-cloudimg-arm64.qcow2":...
### Description Colima has problems with using `/tmp/colima` or `/tmp/colima-` when used in a multi user context Specifically when 2 users run `colima start` separately one users container will not...
### Description When stopping containers either manually through `docker stop` or with compose through `docker compose down/stop`, containers don't receive the stop signal, even when specifying one. So, containers only...
### Description I've spent a lot of time to understand that to make it work with ports I need to run: ``` colima start --network-address # to enable ports visibility...
### Description When we're cross-compiling on mac m1 computers we're running amd64 docker-images and some of the binaries are i386 binaries which I guess runs just find on actual amd64...
### Description Currently, the `--memory` or `--disk` flags allow users to specify the amount of memory allocated to the VM in Gibibyte (GiB). Are there plans for Colima to support...
### Description Currently, running `colima start` with any configuration overwrites the profile on disk: ```sh ➜ colima start > /dev/null 2>&1 && yq .memory ~/.colima/default/colima.yaml 2 ➜ colima stop >...
### Description While using `vz` I've noticed that when I stop and start the machine the cluster is lost. The cluster **is** preserved when I drop `--vm-type vz`. ### Version...