Software AG Products 10.7 | Configuring API Gateway | Docker Configuration | Retrieving Port Information of the API Gateway Image
 
Retrieving Port Information of the API Gateway Image
*To retrieve the port information of the API Gateway image (is:apigw), run the following command :
docker inspect --format='{{range $p,
$conf := .Config.ExposedPorts}}
{{$p}} {{end}}' is:apigw
A sample output looks as follows:
5555/tcp 9072/tcp 9999/tcp