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 Trying to start colima using this command colima start --cpu 2 --memory 4 --arch x86_64 Getting hung with message below INFO[0000] starting colima INFO[0000] runtime: docker INFO[0001] creating...

### Description Hi, I need to case-sensitive volume for compile something on mac m3 chip. so I create apfs case-sensitive volume using disk utility. In disk utility, created volume name...

### Description When mounting a local folder into docker, only one subfolder is crated and no files are mounted Files in current folder ``` #find ./ -type f .//LICENSE .//Dockerfile...

### Description I have DNS resolution issues from my colima VM for some time now (seems to be since last upgrade). Example : While I'm able to resolve registry-1.docker.io from...

### Description When running colima with the virtiofs driver I see permission denied errors when using bind volumes to sync files between my workspace and my dev container I see...

### Description I'm running x86 docker container on an arm vm (vz/rosetta) on a M4 Max MacBook Pro. Full details of env to follow, but, I'm running cmake on an...

### Description > starhub-server-postgres-1 | chown: changing ownership of '/var/lib/postgresql/data/base/16385/2696': Permission denied starhub-server-postgres-1 | chown: changing ownership of '/var/lib/postgresql/data/base/16385/3576': Permission denied starhub-server-postgres-1 | chown: changing ownership of '/var/lib/postgresql/data/base/16385/19159': Permission denied...

### Description Starting colima with custom --k3s-arg doesn't work. Using `colima start --help` example: ``` colima start --kubernetes --k3s-arg=--disable=coredns,servicelb,traefik,local-storage,metrics-server ``` colima installs traefik, servicelb, local-path-provisioner (local-storage), metrics-server but does NOT...

There is a problem with migration from Docker Desktop to Colima docker environment. When the container is just started, it's mapped port is not available immediately. I'm not quite sure...

enhancement

### Description I need a colima machine to have its own IP so I can reach exposed ports from the host. I am using `--network-address` for that. I want to...