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 Hi I am running elasticsearch server of version 8.8.- using docker image. Now, I am trying to access this elastic search server from my application which is running...

### Description trying to run a container with --mac-address option generates error message: `specify mac-address per network" requires API version 1.44, but the Docker daemon API version is 1.43.` from...

### Description Containers run under Kubernetes cannot resolve `host.docker.internal` nor custom addresses specified using the `--dns-host` flag. This only happens within Kubernetes; similar containers running at the Docker layer have...

bug

### Description First of all, thank you for building and maintaining this project. I've been using it has been successfully empowering CI/CD builds for [privacy.sexy](https://github.com/undergroundwires/privacy.sexy) and private mac computers. This...

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.19.0 to 0.20.0. Commits 46c790f go.mod: update golang.org/x dependencies See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/term&package-manager=go_modules&previous-version=0.19.0&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...

dependencies
go

### Description On a fresh installation of colima/lima on a new M3 MBP I run: ``` % brew install colima lima ==> Downloading https://formulae.brew.sh/api/formula.jws.json ################################################################################################################################ 100.0% ==> Downloading https://formulae.brew.sh/api/cask.jws.json ################################################################################################################################...

### Description On a installation of colima with docker + docker-compose on an m1 mac. It's strange that I can run `docker build .` and the layers will cache... but...

### Description I've been trying to troubleshoot an issue with Colima I've been seeing for weeks. Colima will install and start fine, and I can start my ~20 containers without...

### Description I’m seeing a failure to Start Colima after upgrading my MacBook Pro M3 to Mac OS 14.5 Startup log appears to be: `{"level":"debug","msg":"Creating iso file /Users/rlawson/.colima/_lima/colima/cidata.iso","time":"2024-05-14T09:53:04+01:00"} {"level":"debug","msg":"Using /var/folders/kt/_k_x72x90370249hvcjh29lhb9_9bm/T/diskfs_iso1647795550...

### Description `lima` and `colima` rely on `vmnet_socket` for some network setups. Colima installs embedded binaries to `/opt/colima` but it seems to not re-install them if already present. This seems...