From 446d56f3f7f05747ecd5800554bc0cb42e70b147 Mon Sep 17 00:00:00 2001 From: Derek <103802618+leeederek@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:13:03 -0400 Subject: [PATCH] docs: add a note for common docker.sock bug (#1544) ## Description: This PR adds a small note in the Kurtosis installation docs about a common bug that we've come across where `unix:///var/run/docker.sock` wasn't found. ## Is this change user facing? YES ## References (if applicable): #1140, #1072, and #1469 --- docs/docs/guides/installing-the-cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/guides/installing-the-cli.md b/docs/docs/guides/installing-the-cli.md index 96732f1471..eacc866744 100644 --- a/docs/docs/guides/installing-the-cli.md +++ b/docs/docs/guides/installing-the-cli.md @@ -33,6 +33,10 @@ I. Install & Start Docker docker image ls ``` +:::note +For some users, Kurtosis fails to run if Docker was not installed in `sudo` mode. We have a workaround detailed in [#1140](https://github.com/kurtosis-tech/kurtosis/issues/1140) while we work on a more graceful solution, outlined in [#1469](https://github.com/kurtosis-tech/kurtosis/issues/1469). +::: + II. Install the CLI -------------------------