Skip to content

Commit

Permalink
[cpp] Add note about docker errors on windows to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
themmj committed Jan 28, 2023
1 parent 12aa3b9 commit 379e596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kits/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ action.obj : fatal error LNK1163: invalid selection for COMDAT section 0x995 [C:
```
This is an issue with the MSVC compiler. Just running it again should do the trick.

Additionally, it was reported that docker may give an error about missing privileges even when running the shell as administrator. This appears to be a known issue and most of the time a reinstall of docker and/or WSL should do the trick.

### 2.1 Locally

Requirements:
Expand Down

0 comments on commit 379e596

Please sign in to comment.