Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  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 inspector://192.168.100.200:1234

an browser window should open, showing you the running application

4. press ‘connect’ button to open inspector

  • No labels