From a628168fc2eeca86b1052d4bce9e51857cacbabe Mon Sep 17 00:00:00 2001 From: Chris Sangwin <C.J.Sangwin@ed.ac.uk> Date: Thu, 9 Jan 2025 15:17:35 +0000 Subject: [PATCH] Fix to issue #1353: location of docker image in docs. --- api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index 001430942..18074ed1e 100644 --- a/api/README.md +++ b/api/README.md @@ -6,7 +6,7 @@ This folder contains a standalone REST-API for integration of STACK into externa ### Docker -The STACK API has been designed to be deployed using Docker. Pre-made images are publicly available via a gitlab registry under the identifier `registry.git.rwth-aachen.de/medien-public/moodle-stack`. The used Dockerfile is available [here](docker/Dockerfile). +The STACK API has been designed to be deployed using Docker. Pre-made images are publicly available via a gitlab registry under the identifier `https://hub.docker.com/u/stackmaths`. The used Dockerfile is available [here](https://github.com/maths/moodle-qtype_stack/blob/master/api/docker/). E.g. see `https://hub.docker.com/r/mathinstitut/goemaxima` for images. -- GitLab