79137962

Date: 2024-10-29 15:49:39
Score: 1
Natty:
Report link

If I understand correctly, you have a program in go that run on Windows and Linux and you encounter some issues when you try to test your program (When you run a MongoDB container). I think the issue could accrue because of the difference in Linux and window or WSL for this purpose, the way WSL work is it translate the commends the Karnal get to Windows and throw them back at you, I recommend doing serial things:

  1. add the option of giving more premtions to containers on Linux, for example c groups
  2. differentiate between different OS, (Linux, mac, Windows, WSL)
  3. try to work only on one OS for the time until everything work, then add support to other
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: syb