KB Article #182249

How to run Repository console commands in a Docker environment

Problem

In a Docker environment, the Repository console is not accessible.


Resolution

There is a special docker image for repository console. So, using a container of this image, run one of the following commands:

  1. docker exec -it repository_container sh java -cp .:repository.jar:lib/* com.axway.ais.config.tool.ConfigCommandTool openApplication default (run your command)
  2. docker exec repository_container runRepositoryCmd -c "your command"