colima icon indicating copy to clipboard operation
colima copied to clipboard

Container runtimes on macOS (and Linux) with minimal setup

Results 241 colima issues
Sort by recently updated
recently updated
newest added

Currently we always have to manually start colima when starting our macbook, however it would be nice to have it as a daemon so that it can start automatically. Is...

enhancement

### Describe the Bug A clear and concise description of what the bug is. ``` $ time colima start INFO[0000] using docker runtime INFO[0000] starting colima INFO[0000] starting ... context=vm...

I would like to start a Kubernetes cluster without loadbalance service. So I use this command: colima start --kubernetes --edit Then I add these configurations in the ending of the...

### Describe the Bug A clear and concise description of what the bug is. `/var/log/messages` is spammed with: ``` May 21 13:17:20 alpine auth.err getty[3453]: tcgetattr: I/O error^M May 21...

For repro, start something on the host that listens on a certain port like `python3 -m http.server`. Then run ``` docker run -it --rm --add-host=host.docker.internal:host-gateway nixery.dev/shell/pingtcp pingtcp host.docker.internal 8000 ```...

Sometimes the time in the VM is lagging behind 'real'. This has happened a few times for me already, but still unable to find a cause for this or even...

Love this project. Setting up a k8s cluster locally is so easy with colima. Can this be used on Linux somehow?

It seems colima does not respect `HTTPS_PROXY` when starting the vm

bug

Hello, I switched from Docker Desktop to Colima. I noticed an issue with "watcher" on bind volume. I created a repository: https://github.com/shenron/colima-hot-reload-issue The container is not able to see when...

I am working with colima to develop local development workflows in golang. One of the challenges here is that the VM that colima spins up from https://github.com/abiosoft/alpine-lima has the base...

enhancement