Integrate Software AG Products Using Digital Event Services : API Gateway Configuration Guide : Docker Configuration : Running the API Gateway Container
Running the API Gateway Container
* Start the API Gateway container using the docker run command:
docker run -d -p 5555:5555 -p 9072:9072 -name apigw is:apigw
The docker run is parameterized with the IS and the webApp port exposed by the docker container. If the customer has configured different ports for IS and UI, the call has to be adapted accordingly. The name of the container is set to apigw.
The status of the docker container can be determined by running the docker ps command: docker ps
A sample output looks as follows:

CONTAINER ID IMAGE COMMAND CREATED STATUS ->
5b95c9badd59 is:apigw "/bin/sh -c 'cd /s..." 15 hours ago Up 15 hours
->
PORTS NAMES
0.0.0.0:5555->5555/tcp, 0.0.0.0:9072->9072/tcp, 9999/tcp apigw
Copyright © 2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback