Debugging Grid OS devices

  1. Install docker for your OS

  2. On Windows

    1. install xming https://sourceforge.net/projects/xming/

  3. OSX:

    1. install xquartz https://www.xquartz.org/

    2. set allow connections from network clients and restart xQuartz (important)

    3. from terminal run this command:
      xhost +

  4. Assuming that your device has IP address of 192.168.100.200, run this command from terminal:

docker run --rm -it --net=host lexag/epiphany epiphany inspector://192.168.100.200:1234

an browser window should open, showing you the running application

4. press ‘connect’ button to open inspector