Linux Environment Setup
LAST UPDATED: APR 24, 2025
To properly configure the Linux environment, follow the below steps:
Contact a D3 account representative to obtain the
service_account_d3soar.key
file. Ensure that the file name remains asservice_account_d3soar.key
without any appended parentheses or numbers.Install Docker on Ubuntu or Red Hat.
Authenticate to the Azure Container Registry to gain access for pulling the D3 Agent image.
Docker Engine Installation
Authenticating to Azure Container Registry
The D3 Agent image hosted on Azure Container Registry is private. Authenticate to the D3 Azure Container Registry to pull and install it.
Ensure that the
service_account_d3soar.key
file has been obtained from D3.
CONTACT D3 *
Contact D3 Support at d3support@d3security.com.
Create a directory for the D3 Agent installation on the Linux host machine:
BASHmkdir DemoD3AgentDirectory
Change to the newly created directory:
BASHcd DemoD3AgentDirectory
Copy the
service_account_d3soar.key
file into the newly created directory.Authenticate to the Azure Container Registry using the following command:
BASHsudo docker login -u d3acrpull --password-stdin https://d3soar.azurecr.io < service_account_d3soar.key