docker pull ghcr.io/dima72/iriswebclient-backup:v1
This creates the local image ghcr.io/dima72/iriswebclient-backup:v1.
Default web port: 8077
netstat -ano | findstr :8077
If the port is busy, use another port.
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.
docker start iriswebclient-auto-1 && docker exec -it --user root -w / iriswebclient-auto-1 bash
The command above opens an interactive Bash shell inside the container.
input 'iriswebclient' - the command to start IrisWebClient executable. e.g.
root@ece66fc0989c:/# iriswebclient
Navigate to: http://localhost:8077/