This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Working with the Data Discovery containers

Using the Data Discovery containers.

Use Data Discovery by setting up and deploying the containers.

1 - Understanding the Docker Compose File

Details of the configurable parameters in the docker-compose.yml file.

The following variables can be configured in the docker-compose.yml file.

VariableDescriptionMandatory
networks:nameSpecify the name of the Docker network.No
services:enviromentSpecify the location for the logs in the logging_config parameter.No
classification_service:portsSpecify the listening port for the classification service. By default, the port is set to 8580.No

2 - Deploying the Application

Deploying the Data Discovery container.

Ensure that the prerequisites are completed before deploying the application.

Run the following steps to deploy the Data Discovery application on Docker.

  1. Open a command prompt.

  2. Navigate to the Developer Edition package directory.

  3. Run the command to start the containers. For example, the following command starts the Classification service container.

docker compose up -d