dora
dora copied to clipboard
Add docker desktop support, tested on macOS Sonoma
Hi ,
On Docker Desktop, the IP's allocated to EL/CL clients are not accessible to the host. As such, when you try make devnet-run
, you do get dora on 12.0.0.1:8080, but it can't reach any clients.
The Fix
I have added a bash script run_dd.sh
to .hack/devnet
directory. This script bootstraps dora with the local ip and correct ports for EL/CL clients on docker desktop. I have also added a devnetdd
and devnetdd-run
command to the Make file so developers can quickly iterate on this.
Please let me know if there are any questions. Adding screenshot of dora running with the devnetdd-run
command in this PR