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
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
The start_relay script fires a relay in a docker container, connecting to a node running on the host. However, that connection relies on http://host.docker.internal, which only works on OSX and Windows, not on Linux.
Apparently, there are a few workarounds to ensure it is supported on Linux as well. We should apply one of them to the docker image.
The text was updated successfully, but these errors were encountered:
spalladino
changed the title
Starting a development relay without ganache fails on Windows
Starting a development relay without ganache fails on Linux
Jul 4, 2019
The
start_relay
script fires a relay in a docker container, connecting to a node running on the host. However, that connection relies onhttp://host.docker.internal
, which only works on OSX and Windows, not on Linux.Apparently, there are a few workarounds to ensure it is supported on Linux as well. We should apply one of them to the docker image.
The text was updated successfully, but these errors were encountered: