Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You should see the container running in your Docker Desktop

...

  1. Disable Windows automatic proxy detection

image-20240328-015159.pngImage Added

Linux

  1. Install Docker Engine and Docker Compose.

  2. Download and unzip the Gateway package.

  3. Run the Gateway using the start script.

    Code Block
    ./start.sh
  4. The Gateway should now be accessible from the address localhost:8000 or <device-ip>:8000

...