Building the Event Server Image
To build the CONNX Event Server Docker image:
1. Start a terminal emulator on the Linux server, type the appropriate user name and password, and navigate to the directory you specified in the windows file transfer GUI.
This directory will contain several files, including the Docker script file.
2. Run the following command:
docker build --tag <Name of your image> . -f./Dockerfile.eventserver
The final output should read Successfully tagged <Name of your image>:latest.
Note:
In order to build the Event Server image, the Linux CONNX client files must be present.