Use Data Discovery by setting up and deploying the containers.
This is the multi-page printable view of this section. Click here to print.
Working with the Data Discovery containers
Using the Data Discovery 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.
| Variable | Description | Mandatory |
|---|---|---|
| networks:name | Specify the name of the Docker network. | No |
| services:enviroment | Specify the location for the logs in the logging_config parameter. | No |
| classification_service:ports | Specify 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.
Open a command prompt.
Navigate to the Developer Edition package directory.
Run the command to start the containers. For example, the following command starts the Classification service container.
docker compose up -d