Running GitProtect Worker On Docker

This article describes how to install and configure GitProtect worker application running as a container on Docker.

Deployment

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
Creating container with agent xopero one in Docker (from PowerShell)

Agent activation

After all the steps have been completed, the agent will report to the Management Service panel as an agent for activation.

Last updated