colima
colima copied to clipboard
Container runtimes on macOS (and Linux) with minimal setup
### Describe the Issue Would be nice if we can support crun which can lead to local development of wasm too. A quick guide is https://wasmedge.org/book/en/kubernetes/cri/containerd.html #### Colima Version: ```...
### Describe the Issue Being on the company VPN I can't pull images from our internal docker registry. It results in the following error: ``` Using default tag: latest Error...
### Describe the Issue Using the bundled traefik ingress controller, paths routed via ingress resources are *very* slow, taking several seconds to process, even if done immediately after another request....
Hello and thank you for the awesome project! I'm running into an inconsistency between docker for mac and lima. With docker for mac, I can successfully chown & chmod bind...
### Describe the Issue I'd like to enable AVX instructions so that I can use Tensorflow packages direct from Python's PyPi inside the colima VM. Without it, I get this...
The colima stuff is working great as a Docker Desktop replacement with one minor exception for me. I've been unable to get it to autostart via launchd. I *think* that...
### Describe the Issue The default bridge subnet is 10.4.0.0/24, and it's a big problem for me : I already use this subnet... I can't find how to change it...
Port forwarding works well when running containers. However, when using a stack in docker swarm, I cannot access it from my Mac. To reproduce, here is the YAML (test.yml) file:...
When I'm building docker image I'm getting message: ```#8 225.0 [output clipped, log limit 1MiB reached]``` I know that I should set two env variables for docker: BUILDKIT_STEP_LOG_MAX_SIZE=-1 BUILDKIT_STEP_LOG_MAX_SPEED=-1 How...
Hello! I'm currently on version 0.2.2 and would like to upgrade to the latest version of colima. The README says that I have to use `colima delete` and then `colima...