Starting the Tooling Web Docker container with default configurations

The tooling web container is a web server that contains the SPA assets for the new tools. All REST calls to the transaction server are made by the application in the browser. The tooling web container does not communicate with anything else. This document provides an information on how to start the Tooling web docker container.

Learn how to start the Tooling Web Docker container.

To start the container with default configurations to view files inside the container, use:
docker run -it -e LICENSE=accept tooling-web
When you start by using the default configurations, the Tooling Web Docker image name is tooling-web.

Default host name

When you start by using the default configurations, the Tooling Web Docker container host name is tooling-web.

Mandatory parameters for Tooling Web

Parameter name Description
SEARCH_HOST The Search server hostname. The default setting for Elasticsearch is elasticsearch. For Solr, it is the search server hostname, at port 3738.
TXN_HOST The Transaction server hostname. By default this is app.
Important: When starting the Tooling Web Docker container in versions 9.1.12.0 through 9.1.14.0, you must set the container deployment type. Failure to do so will prevent the container from starting. Ensure that you set the deployment type via the DEPLOYMENT_TYPE container environment variable, or in Vault at the following path ${VAULT_URL}/${TENANT}/${ENVIRONMENT}/deploymentType. Accepted values are development, staging, or production.

Code example

docker run -it -e LICENSE=accept
<Tooling Web Docker image>