colima icon indicating copy to clipboard operation
colima copied to clipboard

Container runtimes on macOS (and Linux) with minimal setup

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

### Description The current implementation uses the username with .linux suffix. It would be nice to have a customizable home directory.

### Description I want to PoC getting away from docker desktop on mac. I tested docker desktop, orbstack and colima with default homeassistant developer guide using vscode and devcontainers. More...

### Description I noticed that if the initial colima instance is created with `--dns 8.8.8.8 --dns 8.8.4.4` or similar those entries are written into the `/etc/resolv.conf` file. However, that file...

bug

### Description There is the error message when execute command "docker pull xxx": Using default tag: latest Error response from daemon: Head "https://registry-1.docker.io/v2/library/mysql/manifests/latest": Get "https://auth.docker.io/token?scope=repository%3Alibrary%2Fmysql%3Apull&service=registry.docker.io": http: server gave HTTP response...

### Description I just spent a lot of time chasing down the issue described by [Issue with Docker bind mount showing empty](https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#issue-with-docker-bind-mount-showing-empty) in the FAQ. This behavior makes absolute logical...

### Reproduction Steps 1. `brew install colima` 2. `colima template` 3. save the template file ### Expected behaviour No colima behaviour should change ### Actual behaviour `colima` won't even start...

### Description I have VPN software running on my Mac (M4) computer, which can access services on the intranet. Containers started with Docker Desktop can also access intranet services, but...

### Description When running x86_64 binaries via Rosetta 2 (VZ) on Linux, the `mmap` syscall exhibits non-atomic destructive behavior when `MAP_FIXED` is used. If an `mmap` call with `MAP_FIXED` is...

- Add LoopbackIPAddresses() function to detect all 127.x.x.x addresses - Update port forwarding configuration to include all loopback addresses - Enhance network address replication for proper VM routing - Add...

### Description Currently, Docker is running in the virtual machine as the root user. I would like to be able to run the daemon in non-privileged mode for better security....