Skip to content

Commit 7613a41

Browse files
committed
Updates CONTRIBUTING.md section 1.5.a by adding new info
1 parent 1ad5dd1 commit 7613a41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ If you are on Windows and get 'You are not allowed to use Docker, you must be in
229229
Installing WSL2 on windows
230230
- https://docs.microsoft.com/en-us/windows/wsl/install-win10
231231

232+
<!-- Added information below -->
233+
234+
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 | grep "Go"` or `docker version` to see which version of `go` is used. Anything less than 1.20 has a problem and indicates that docker needs to be updated.
235+
232236
<sub>[Back to Table of Contents](#table-of-contents)</sub>
233237
***
234238

0 commit comments

Comments
 (0)