Software AG Products 10.5 | Administering Integration Server | Using Integration Server with Docker | Running the Docker Image in an On-Premise Docker Container | Accessing an Integration Server Running in a Docker Container
 
Accessing an Integration Server Running in a Docker Container
When Integration Server runs in a Docker container, you can access the Integration Server using Integration Server Administrator.
To use Integration Server Administrator with an Integration Server running in the Docker container, open an Internet browser and point the browser to the Integration Server port on the container host machine on which Integration Server runs. For more information, refer to the Docker documentation.
Note:
You can use Integration Server Administrator with an Integration Server running in the Docker container only if you explicitly mapped a port on the machine that hosts the Docker container to an exposed port in the Docker container when executing the docker run command. That is, a port on the container host machine must be mapped to a port on Integration Server. For more information about running the Docker image for Integration Server in a Docker container, see Running the Docker Image in an On-Premise Docker Container.
*To start the Integration Server Administrator for an Integration Server running in a Docker container
1. Start your browser.
2. Point your browser to the container host machine and Integration Server port exposed on the container using the following format:
protocol://containerHostMachine:host_port
For example, if you explicitly mapped the container host machine port 34678 to the primary port 5555 on Integration Server and the container host machine is named machineABC, you would type: http:// machineABC: 34678
3. Log on to the Integration Server with a username and password that has administrator privileges.