By default, the ports 49100 and 1024 are used to connect. This means that I can only run one instance using these ports.
I plan to run two simulations at the same time on the same workstation / IP in Isaac Sim Docker containers. I would like to use -p 12345:49100 for container 1 and -p 67890:49100 for container 2.
Unfortunately I don't find any reference how to change ports. Port 1024 seems to be picked from an ephemeral range somewhere.
By default, the ports 49100 and 1024 are used to connect. This means that I can only run one instance using these ports.
I plan to run two simulations at the same time on the same workstation / IP in Isaac Sim Docker containers. I would like to use
-p 12345:49100for container 1 and-p 67890:49100for container 2.Unfortunately I don't find any reference how to change ports. Port 1024 seems to be picked from an ephemeral range somewhere.