Skip to content

9.4 Docker Image

Rathna edited this page Jul 25, 2022 · 5 revisions

Running APIM CLI as docker image

Sample Dockerfile located at

Build Docker Image

docker build -t apimcli .

Run Docker image

docker run -e "JAVA_TOOL_OPTIONS=-Dlog4j.configurationFile=/opt/apim-cli-1.12.1/conf/log4j2.xml" -e LOG_LEVEL=debug apimcli app get -u apiadmin -p changeme2 -h 172.17.0.1

Clone this wiki locally