Skip to content

Commit

Permalink
docs: add a note for common docker.sock bug (#1544)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
leeederek authored Oct 13, 2023
1 parent f551317 commit 446d56f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/guides/installing-the-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------

Expand Down

0 comments on commit 446d56f

Please sign in to comment.