From d7f782364e75d189e3741683c66cc862d6fe76f6 Mon Sep 17 00:00:00 2001 From: Camila Alvarez Date: Wed, 21 May 2025 12:19:35 -0400 Subject: [PATCH] docs(localinstall): Add extra info for Mac users Signed-off-by: Camila Alvarez --- localinstall/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/localinstall/README.md b/localinstall/README.md index 57cc8876..76c7221c 100644 --- a/localinstall/README.md +++ b/localinstall/README.md @@ -14,3 +14,8 @@ Get your own KernelCI instance up and running in no time. ### Running Change `ADMIN_PASSWORD` in the `main.cfg`, then run shell scripts from the root directory in their order. + +### Mac OSX + +From docker-desktop for osx 4.13 onwards the behavior for the creation of the `/var/run/docker.sock` socket changed. +To allow connections to the socket you must got to Docker Client, and then check the option under `Settings > Advanced > Allow the default Docker socket to be used (requires password)`.