Container Registry

All Docker images are published to the GWDG Container Registry.


Step 1: Create an Access Token

To authenticate with the registry, you first need a personal access token from GitLab:

  1. Go to your GitLab profile → Access Tokens

  2. Create a token with the read_registry and write_registry scopes

  3. Save the token securely — it will not be shown again


Step 2: Login to the Registry

docker login docker.gitlab.gwdg.de -u YOUR_USERNAME

Enter your access token as the password when prompted.


Step 3: Pull a Specific Image Tag

docker pull docker.gitlab.gwdg.de/nfdixcs/a1-architecture/rdmc-prototype:vX.Y.Z

Replace vX.Y.Z with the desired release tag.


Step 4: Run the Container

docker run -it -p 8000:8000 --name rdmc-prototype \
docker.gitlab.gwdg.de/nfdixcs/a1-architecture/rdmc-prototype:vX.Y.Z

Once running, open your browser and navigate to:

http://localhost:8000