colima icon indicating copy to clipboard operation
colima copied to clipboard

Container runtimes on macOS (and Linux) with minimal setup

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

I am using VS Code on my M1 MBP, with Docker via colima on my Intel iMac. But attempting to open my project in a dev container shows: ``` [34976506...

I've found that with [DDEV](https://github.com/drud/ddev) Colima is overall performing better in all contexts than Docker Desktop, and even though it's a young project, it's been surprisingly reliable. That's amazing! And...

help wanted

People are used to Docker Desktop coming up at login. Can we add the same option with Colima? I experimented a bit with adding a service using homebrew, but wasn't...

I have Docker Desktop running on my M1 Mac Mini. Things are good, but I'd like to try out colima (mainly because I want my containers to start w/o logging...

Running the following work without issue `docker run --rm --entrypoint python -p 127.0.0.1:8000:8000 python:3.8-slim -m http.server` But with the following it's not possible to reach the instance running in the...

We face the issue that colima uses '-' as delimiter for container names, while the original docker-compose was using '_' as a delimiter. This leads to problems in teams that...

A user that can't use homebrew noted that the macOS downloads are not signed/notarized. This is easier to do than it once was, but real notarization does require an Apple...

Hi, When I run docker in Mac with colima, there is warning ``` OpenBLAS WARNING - could not determine the L2 cache size on this system, assuming 256k ``` How...

Might want to tell colima users about how to setup colima to play nice with vscode. I guess make a heading in the REAMDE about "integrations" ? Here is their...