🐳 colima

Container runtimes on macOS (and Linux) with minimal setup

Docker Ready 30,301 stars
1. Pull Image docker pull abiosoft/colima:latest
2. 1-Click Launch Command docker run -d --name colima --restart always abiosoft/colima:latest
integration/Dockerfile
# sample dockerfile to test image building
# without pulling from docker hub
FROM scratch

COPY . /files