abiosoft / colima

Container runtimes on macOS (and Linux) with minimal setup
MIT License
17.73k stars 364 forks source link

permission denied when running image build locally #1049

Closed ranefattesingh closed 1 week ago

ranefattesingh commented 1 week ago

Description

Getting the permission denied error every time I run the image I build locally for my application

Version

`colima version 0.6.9 git commit: c3a31ed05f5fab8b2cdbae835198e8fb1717fd0f

runtime: docker arch: aarch64 client: v26.1.4 server: v26.1.1`

Operating System

Output of colima status

INFO[0000] colima is running using QEMU INFO[0000] arch: aarch64 INFO[0000] runtime: docker INFO[0000] mountType: 9p INFO[0000] socket: unix:///Users/frane/.colima/default/docker.sock

Reproduction Steps

  1. docker build -t apitest
  2. docker run apitest OR docker run apitest:latest

Expected behaviour

No response

Additional context

No response