Running GitProtect Worker On Docker
Last updated
Last updated
This article describes how to install and configure GitProtect worker application running as a container on Docker.
To set up GitProtect worker as a container on Docker, download the GitProtect worker docker image.
Download:
After that, open the PowerShell console and import the downloaded image into Docker.
Use the command:
docker load -i file_location
Then, you can check the available images with the command:
docker ps
At the end, create a container from the imported image with the following command:
docker create --name container_name --env
ManagementServiceUrl=ManagementUrl image_name
After creating the container, run it with the command:
docker start container_name
After all the steps have been completed, the agent will report to the Management Service panel as an agent for activation.