Updating GitProtect Worker On Docker

The only way to update an agent installed in a container is to remove the previous version and install a new one. Creating a new container requires reactivating the device, so you'll need to re-pin the device to all plans.

Remove the old container with the agent using the command (e.g. in Powershell):

docker rm docker_name

And now install the new agent version in the Docker.

See also:

pageRunning GitProtect Worker On Docker

Last updated