<< Click to Display Table of Contents >> Raynet One Data Hub > 14.1 > Installation Guide > Data Hub Agent > Docker Usage |
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: |
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: |
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} |
You can install an agent from the standard Docker compose file. For more information, refer to the following chapter: Usage