Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Install docker for your OS

  2. On WIndowsWindows

    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

...