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
Description
Multi-machine works with the configuration in docker-compose-multi-machine.yml (development) but not with the configuration in release/docker-compose-hub-image.yml (production).
In production the machines are started but they are not connected to the lab.
Possible causes of this issue:
The configured port in hub-image.yml (MACHINE_PORT=5081) needs to match the exposed docker ports.
The hub-image.yml file is missing the MACHINE_HOST var (as in the multi-machine.yml file)
A combination of 1 and 2
These possibilities need to be troubleshooted. hub-image.yml needs to be updated with the correct parameters.
Steps to reproduce
Download the latest Aliro-*.zip (v0.21.1) from the GitHub releases page.
Uncomment the lines for "additional machine containers"
Run docker compose up
The multiple machines are started, but Aliro only submits experiments to the first machine.
The text was updated successfully, but these errors were encountered:
Description
Multi-machine works with the configuration in
docker-compose-multi-machine.yml
(development) but not with the configuration inrelease/docker-compose-hub-image.yml
(production).In production the machines are started but they are not connected to the lab.
Possible causes of this issue:
hub-image.yml
(MACHINE_PORT=5081) needs to match the exposed docker ports.hub-image.yml
file is missing the MACHINE_HOST var (as in themulti-machine.yml
file)These possibilities need to be troubleshooted.
hub-image.yml
needs to be updated with the correct parameters.Steps to reproduce
docker compose up
The text was updated successfully, but these errors were encountered: