IrisWebClient – Docker Installation Guide

1. Download the Docker Image

docker pull ghcr.io/dima72/iriswebclient-backup:v1

This creates the local image ghcr.io/dima72/iriswebclient-backup:v1.

2. Ensure the Web Port Is Free

Default web port: 8077

netstat -ano | findstr :8077

If the port is busy, use another port.

3. Create the Container


docker create --name iriswebclient-auto-1 ^
  -p 52773:52773 ^
  -p 8077:8077 ^
  ghcr.io/dima72/iriswebclient-backup:v1

Use -p hostPort:8077 to remap the default internal port if needed.

4. Start the Container and Enter Shell

docker start iriswebclient-auto-1 && docker exec -it --user root -w / iriswebclient-auto-1 bash

5. Start the IrisWebClient Application

The command above opens an interactive Bash shell inside the container.

input 'iriswebclient' - the command to start IrisWebClient executable. e.g.

root@ece66fc0989c:/# iriswebclient

6. Open the Web Interface

Navigate to: http://localhost:8077/