Running the same program under separate user profiles
by merc718 from LinuxQuestions.org on (#5DHMN)
I am running a Ubuntu server and I need two of the same apps to run independently and parallel to each other. Both apps use the same network port # to send and receive requests. I am trying to learn docker to do this. Until then, I was wondering if its possible to just create another user profile, and have 2 different profiles run the same app that is executed from their own home directory. Will the apps clash with each other using the same network port? Any issues I might run into?

