wright-group / bluesky-in-a-box

Bluesky services in docker containers, for use in Wright Group experimental orchestration.
MIT License
4 stars 2 forks source link

starting docker containers does not work on first try #62

Open wright-stuff opened 1 day ago

wright-stuff commented 1 day ago

Containers were rebuilt on fs computer today (we were using an old version of bluesky-in-a-box), and upon bluesky-in-a-box package startup some containers are closed immediately:

(This is for re-manager; for hw-proxy the port is 60620) Pressing the run command after the error shuts it down reproduces this issue; pressing the restart button, however clears the errors.

After both hw-proxy and re-manager are restarted, slack and wt5 can simply be started.

Not sure why the ports are initially forbidden in such a way that restarting gets rid of the issue...

wright-stuff commented 1 day ago

may be due to a new port exclusion?

netsh interface ipv4 show excludedportrange protocol=tcp

Protocol tcp Port Exclusion Ranges

Start Port    End Port
----------    --------
      8000        8000
      8002        8002
      8004        8004
      8006        8006
     50000       50059     *
     60537       60636
     60637       60736
     60737       60836
     60837       60936
     60937       61036
     61037       61136
     61137       61236
     61237       61336
     62495       62594
     62595       62694
     62695       62794
     62795       62894
     62895       62994
     62995       63094
     63095       63194
     64244       64343
wright-stuff commented 1 day ago

trying fix https://github.com/docker/for-win/issues/3171

wright-stuff commented 1 day ago

restarting the computer did change the excluded ports and docker started up without incident. I will use the fix of keeping our ports out of the dynamic range; I am just waiting to consider what range is sufficient to avoid issues