Update

Done in most cases within 5 minutes

1. Navigate

Connect to the machine where the solution is running and navigate to the path where docker-compose.yml was placed.

2. Run

docker compose pull deric && docker compose up -d

It takes about 1 minute to download and extract the image (ca. 280 MB)

Hints

Authentification

If not authenticated automatically on registry.rechtlogisch.de please run:

docker login registry.rechtlogisch.de -u [email protected]

Please use provided credentials.

Image tags

You can use either main or specific semantic version tags. For example:

registry.rechtlogisch.de/tt/deric:2.25.0

Last updated

Was this helpful?