You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The opa and delay stage daemons refer to other daemons running within the docker containers
They cannot currently refer to "localhost"/127.0.0.1 as those addresses get translated to be different inside of docker compared to from the perspective of the host machine.
Thus, they are currently configured to use the host 33.33.33.33, which is expected to be an alias of the loopback network device (127.0.0.1), but one which the docker containers do not know about so they route through the host network.
The opa and delay stage daemons refer to other daemons running within the docker containers
They cannot currently refer to "localhost"/127.0.0.1 as those addresses get translated to be different inside of docker compared to from the perspective of the host machine.
Thus, they are currently configured to use the host 33.33.33.33, which is expected to be an alias of the loopback network device (127.0.0.1), but one which the docker containers do not know about so they route through the host network.
reference for config on windows:
https://stackoverflow.com/questions/8944860/how-to-create-an-ip-alias-on-windows
See also wright-group/bluesky-in-a-box#11
Command on linux (must be redone upon reboot):
The text was updated successfully, but these errors were encountered: