diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a6a21ffe4..4b5958023d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -229,6 +229,8 @@ If you are on Windows and get 'You are not allowed to use Docker, you must be in Installing WSL2 on windows - https://docs.microsoft.com/en-us/windows/wsl/install-win10 +If you are using Windows Subsystem for Linux (WSL) and finding a permission error when running `docker-compose up`, the issue might be caused by a version of Docker that relies on a buggy version of Go. In your terminal, run `docker version` to see which `Go version:` is listed. Any version less than `go1.20.0` has a problem and indicates that your Docker needs to be updated. + [Back to Table of Contents](#table-of-contents) ***