Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ Note: If you install Fablo as a local script, you call it as `./fablo <command>`
If you install it globally, you call `fablo <command>`.
For the simplicity we will refer to it as `fablo`.

###Troubleshooting for WSL2 & Ubuntu Users
If you are running Fablo on **Windows Subsystem for Linux (WSL2)**, you may encounter environment-specific issues. Here are the recommended fixes:

* **Docker V2 Syntax:** Ensure you use `docker compose` (with a space) instead of `docker-compose`.
Comment thread
shahedalhunity754 marked this conversation as resolved.
* **Socket Permissions: **If you get a "permission denied" error, run:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to confirm the exact scenario where this was required, did you experience this error?

`sudo chmod 666 /var/run/docker.sock`

* **WSL2 Integration:** Confirm that "WSL2 Integration" is enabled in Docker Desktop settings for your specific Ubuntu distribution.

## Basic usage

Expand Down
Loading