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
Currently, the Router and the Peers are based off the same Dockerfile (custom container), where a simple environment variable determines their mode of operation at runtime.
Given the expanding complexity with pt. 2 of the project, It will serve us well to create a distinct Dockerfile for each the Router and Peer, in their own subfolder of the project. This will allow us to iterate more quickly and more carefully consider the finer protocol details of implementation.
Currently, the Router and the Peers are based off the same Dockerfile (custom container), where a simple environment variable determines their mode of operation at runtime.
Given the expanding complexity with pt. 2 of the project, It will serve us well to create a distinct Dockerfile for each the Router and Peer, in their own subfolder of the project. This will allow us to iterate more quickly and more carefully consider the finer protocol details of implementation.
@kfajdsl @bsolon524
The text was updated successfully, but these errors were encountered: