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

Hi, I use zsh but Colima install shows me this ; % brew install colima ==> Downloading https://ghcr.io/v2/homebrew/core/colima/manifests/0.3.4 Already downloaded: /Users/m/Library/Caches/Homebrew/downloads/baaa16e3f3f5d967c6c85317c4b91836b77ac070c74bfcbdbc52958b03fd614a--colima-0.3.4.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/colima/blobs/sha256:b3dc2f698e2b4d1ea5b657ef85fa031368ebb2b4d664ebd4a8b1c542e85400b3 ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:b3dc2f698e2b4d1ea5b657ef85fa031368ebb2b4d664ebd4a8b1c542e85400b3?se=2022-05-03T06%3A40%3A00Z&sig=RMwZHAeZYJtwUpQp4JVUWpr98MOTgNGarlH4fN2GjJ0%3D&sp=r&spr=https&sr=b& ######################################################################## 100.0%...

When connected to an enterprise VPN docker cannot resolve internal hostnames for registry. ``` => ERROR [internal] load metadata for docker.corp.com/docker-rmt/ubuntu:latest 20.0s ------ > [internal] load metadata for docker.corp.com/docker-rmt/golang:1.16: ------...

I am trying to build a golang project using official golang image, and I have project root as the mount, but I am getting the following errors: ``` /go/pkg/mod/github.com/go-openapi/[email protected]/pointer.go:35:2: zip:...

I own a M1-Air laptop and can help you test colima on this device.

Hi, i just installed colima on a MacBook Pro wit BigSur 11.6.2 ``` colima version 0.3.2 git commit: 272db4732b90390232ed9bdba955877f46a50552 runtime: docker arch: x86_64 client: v20.10.12 server: v20.10.11 ``` When i...

I am trying to "clean up" my VM of all the certs I have in there now, so I can make sure I know which certs at which locations in...

When building Docker images in Linux, Docker lists the intermediate containers as it is building. Using that information, I can troubleshoot build errors by doing a `docker run -it --entrypoint...

Hey, I have this docker-compose ```yaml version: "2" services: frontend: ports: - "80:80" - "443:443" extra_hosts: - "dev.frontend.com:${HOSTIP}" ``` I can build the container just fine with Colima but the...

Hi 👋 I just came across this project and it seems very promising, thanks for your work! I have a little issue while setup a docker container with writable volume...