colima icon indicating copy to clipboard operation
colima copied to clipboard

Container runtimes on macOS (and Linux) with minimal setup

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

### Description Colima detects if Rosetta is running and if it's not Colima will ask the user to install Rosetta 2. The [RosettaRunning](https://github.com/abiosoft/colima/blob/8d349191294f98d63b6ef5e2463c67125e84fd1d/util/macos.go#L81) function does the correct thing (checks if...

### Description A container created from `mcr.microsoft.com/azure-sql-edge:latest` runs successfully when using a colima 0.6.8 instance, but not when using a colima 0.6.9 instance. ### Version colima version 0.6.9 git commit:...

### Description Tried below commands: ``` colima start --kubernetes --kubernetes-version="v1.24.3+k3s1" colima start --kubernetes ``` --> always same error like title. how to fix? `brew install --head colima` ### Version brew...

### Description Provision scripts are ignored when we start VM first time (create it) ### Version ```shell colima version 0.6.9 git commit: c3a31ed05f5fab8b2cdbae835198e8fb1717fd0f runtime: docker arch: aarch64 client: v27.0.3 server:...

### Description When running `docker build --platform linux/amd64,linux/arm64 .` I get: ```[+] Building 0.0s (0/0) docker:colima ERROR: Multi-platform build is not supported for the docker driver. Switch to a different...

Adds support for the `--cpus` flag in the `start` command, functioning as an alias for the `--cpu` flag. - Introduces a new CLI flag `--cpus` in `cmd/start.go`, allowing users to...

### Description We are experiencing intermittent failures with GitHub Actions even in the HEAD version, which have become more frequent recently. Here are the action links for reference: [Link 1](https://github.com/OpenDevin/OpenDevin/actions/runs/9643397151/job/26593302550?pr=2449),...

### Description When I run a container with the matlab runtime and a compiled matlab binary, the program fails because it cannot determine the correct CPU model and architecture on...

### Description ~/.colima config is symlink to a dotfiles repository. This dotfiles repository full path is longer than UNIX_PATH_MAX characters. Due to this constraint, colima fails to start. ### Version...

### Description Hello, I am using this code to create the container for the postgres but it's failing. ``` version: "3.1" services: postgres: image: postgres:11.14 container_name: elementspostgres ports: - "5432:5432"...