Usage

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.1 > Installation Guide > Data Hub Agent > Docker 

Usage

Manual installation

DataHub Agent for Docker can be installed from the following image:

 

raynetgmbh/rayventory-datahubagent

 

The following variables are available when creating the container from image raynetgmbh/rayventory-datahubagent:

 

Environment variable

Description and sample value

DataHubAgent_DataHubUrl

The URL of the Data Hub server. This may be an URL referring the internal service name, when the image is started from a docker compose file.

 

Example value:
http://web:80

DataHubAgent_TenantId

A GUID value, representing the tenant ID. You can get your tenant ID by opening the Administration > Agents page, and pressing a button to install a new agent.
 

Example value:
{72ba6fc2-d5fa-49ee-8281-841e762aea05}

DataHubAgentAPIKey

An API key representing the authentication token required for the Agent to communicate with DataHub. You can generate this API key by navigating to the Profile page of your tenant.

 

Example value:

{2cfv3z6-rd04gcp-nf0bwkz-ff5s3jr}

Installation with docker-compose

You can install an agent from the standard Docker compose file. For more information, refer to the following chapter: Usage