Replies: 1 comment
-
Answering this without some knowledge of the application you're trying to run does not seem possible - what is the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just like in my other question,
I try to start 16 server apps of the same kind in one container,
one via run and 15 via exec.
And only the first one is working.
So I have 1 server app running and 15 of the same kind that fail to connect.
Below is an example of such a failure:
Error of node #1 (root node is #0)
[update]
I just realized I could also just start those 15 server apps in separate containers.
Using an RPi 4, steps to reproduce the issue:
Beta Was this translation helpful? Give feedback.
All reactions