colima icon indicating copy to clipboard operation
colima copied to clipboard

Container runtimes on macOS (and Linux) with minimal setup

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

### Description I started colima with containerd runtime. I cannot connect to it with docker since it didn't expose a docker socket When I performed the same with docker runtime,...

### Description Hello there! Thanks for making this project open source. I'm really excited to try it out. I'm trying to make colima work along with k3s and launch a...

### Description I have use colima start --edit to add my insecure registry: `docker: insecure-registries: - 192.168.172.27:6969 - repo.local:6969 - localhost:6969 - 127.0.0.1:6969` however when i do a docker login,...

### Description I use zscaler on my machine (M2 Mac), so my local proxy is set to 127.0.0.1:9000. during the colima start, it set the proxy variable to a 192.*...

bug

### Description Attempting to start `--network-address` fails. Additional starts without the flag fail with a different error message. Removing `~/.colima` allows for a successful start, without the network address. ###...

### Description By default, the VM does not have swap space provisioned, it would be useful to have a sane default, or a command line flag when starting the VM...

### Description Starting colima with `--network-address`, or setting **address: true** in the `config` file, does not expose internal IP address of the docker host. `colima list` outputs an empty value...

### Description First, thanks to all Colima contributors. I recently changed my workstation to an Apple silicon based MacBook Pro. Colima saved the date by easily, read great DX, allowing...

### Description Trying to start any x86/arm64 VMs results in a Rosetta error: ``` docker run -it --rm --platform linux/amd64 debian:buster-slim rosetta error: unhandled auxillary vector type 28 ``` This...

### Description After updating to colima 0.6.7 something did not work upon start, so I did the usual ```sh colima stop colima delete colima prune -a # Even did additionally:...