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 When I do `colima start` I get this: ``` > exiting, status={Running:false Degraded:false Exiting:true Errors:[] SSHLocalPort:0} (hint: see "/Users/joachim/.colima/_lima/colima/ha.stderr.log") ``` The last item in the log is this:...

### Description Colima stuck with **$colima start** ``` INFO[0000] starting colima INFO[0000] runtime: docker INFO[0000] creating and starting ... context=vm > [hostagent] Waiting for the essential requirement 1 of 4:...

### Description Hi, the latest Colima on Mac with Ventura freezes several times per day; I had to run `colima stop -f` (`colima stop` doesn't do anything) and start it...

### Description After switching from an Intel mac to an ARM mac, the x86_64 Colima VM sometimes ends up in a broken state, where no containers are reachable. Any requests...

### Description Can't start [`elasticsearch:8.11.3`](https://hub.docker.com/layers/library/elasticsearch/8.11.3/images/sha256-0e47a784b266b7f30d8071a25f774b10a38f3bb9bb41e23a2767ba464aafcb21?context=explore) properly. Getting the following error: ``` # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f1474b78040, pid=7,...

### Description I'm trying to run a (relatively complex) docker image that somehow uses information from `/proc/cpuinfo`. The command that produces the error is `/usr/bin/blender --version`. ``` docker context use...

### Description ``` colima start --kubernetes ``` Results in a running kubernetes cluster that is unreachable from the host: ``` $ kubectl get pods -A The connection to the server...

### Description The output of `brew install colima` outputs the following: ``` To start colima now and restart at login: brew services start colima ``` Because of this, I'd expect...

### Description Hi. I've just updated my MacOS to Sonoma and updated and upgraded brew. I had a vm created using file /Users//.lima/_config/override.yaml: ``` mountType: 9p mounts: - location: "/Users/"...

### Description i use command to install colima `brew install colima`, but when i start colima, this error happens to me. % colima start INFO[0000] starting colima INFO[0000] runtime: docker...