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

Only use values from the config file for Kuberentes.Version and K3sArgs if the values are actually set. Fixes https://github.com/abiosoft/colima/issues/1012

### Description When defining a large port range the docker socket stops responding and requires a restart of Colima. ### Version ``` colima version 0.8.1 git commit: 96598cc5b64e5e9e1e64891642b91edc8ac49d16 runtime: docker...

### Description Docker compose has a new pull_policy setting that allows one to e.g. try a refresh/pull once per week, instead of always or missing or similar. See: https://github.com/docker/compose/issues/12563 and...

### Description i want install vm in my external ssd

As ed49fef4ad63ec48055b4b230ecbad00c54f5417 did for Rosetta, this change adds a flag to control whether binfmt emulation is setup. In the future, I think it'd be interesting to consider making the option's...

### Description Running vite build inside a Docker container managed by Colima on an Intel Mac results in a segmentation fault. The same build process completes successfully: 1. Outside Docker...

### Description When using colima to spin up VS Code devcontainers, the docker-in-docker image in combination with minikube for kubernetes does not set up networking correctly. The pods do not...

### Description I’m trying to use SIP (UDP port 5060) inside a container running in Colima on macOS. Despite setting `LIMA_SSH_PORT_FORWARDER=false` to enable the gRPC port forwarder (which should support...

### Description When running Colima on my M4 Macbook like this (took from [here](https://java.testcontainers.org/supported_docker_environment/#colima) to get it working with Testcontainers): `colima start --network-address` This command: `colima ls -j` gives me:...

### Description ## Background When working with multiple Colima profiles, it becomes necessary to switch environments quickly depending on the project. Currently, there is no built-in support for specifying a...