Skip to content

Commit 0cd73f9

Browse files
authored
Updates CONTRIBUTING.md Docker WSL troubleshooting. (#8172)
Adds tip to check that the version of Go to see if it may be a buggy older version.
1 parent 7d9e02f commit 0cd73f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ 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+
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.
233+
232234
<sub>[Back to Table of Contents](#table-of-contents)</sub>
233235
***
234236

0 commit comments

Comments
 (0)