Hi there, after watching the interesting video from @RBrownSUSE, where he finally answered some conceptional questions of microOS (at least for me), I deceided to make a new testride.
Right now I am struggling getting a nodejs webdev project up and running in distrobox without root permissions.
I installed nodejs18 and npm18 inside the distrobox and cloned my personal git repos on the drive.
When I try to start the webserver, it throws an error: Unable to obtain an available random port number!
When starting nodejs with elevated permissions, it works.
Is there a way assign ports from inside a distrobox without root permissions?