From e195b82065771b91a933c3359a9ca327e96173bb Mon Sep 17 00:00:00 2001 From: Harold Dost <github@hdost.com> Date: Tue, 28 Jan 2025 03:50:47 +0100 Subject: [PATCH] README: Add colima instructions (#730) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 63e7ad51a4..ba39fcd871 100644 --- a/README.md +++ b/README.md @@ -949,6 +949,10 @@ You can either use `--host` or `DOCKER_HOST` to point to the Docker Desktop's Un To configure Docker Desktop to create the default Unix socket open its UI and go to `Settings -> Advanced` where you need to check the `Enable default Docker socket (Requires password)` option. +### COLIMA + +Similar to with Docker Desktop, but the socked will need to be configured to use `unix://${HOME}/.colima/<PROFILE>/docker.sock`. + ## HTTP PROBE COMMANDS If the HTTP probe is enabled (note: it is enabled by default) it will default to running `GET /` with HTTP and then HTTPS on every exposed port. You can add additional commands using the `--http-probe-cmd` and `--http-probe-cmd-file` options.