From fed7778bffed5ad17d2f0c1e9a516d715bd2e623 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Mon, 3 Oct 2022 15:36:15 +0200
Subject: [PATCH] Update README.md, pulling the image

---
 README.md | 31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 69f5e4d..05e85f5 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,34 @@ The actual translation script uses [OpenStructure](https://openstructure.org) to
 
 There are two ways to get the Docker container: pull it from our [GitLab registry](https://git.scicore.unibas.ch/schwede/ma-wilkins-import/container_registry) or build it from the [Dockerfile](Dockerfile) in this Git repository.
 
+### Pull the Docker container from GitLab registry
+
+Our GitLab registry keeps a copy of the container with the latest code, ready to be downloaded and used right away. With Docker installed, issue the following command in a terminal:
+
+```terminal
+$ docker pull registry.scicore.unibas.ch/schwede/ma-wilkins-import/converter:latest
+```
+
+Output of the command above will be similar to this:
+
+```terminal
+$ docker pull registry.scicore.unibas.ch/schwede/ma-wilkins-import/converter:latest
+latest: Pulling from schwede/ma-wilkins-import/converter
+c549ccf8d472: Already exists
+...
+4d4a9d119f0d: Already exists
+15d67c338561: Pull complete
+...
+a1cbfcc89f24: Pull complete
+Digest: sha256:f67507f6c84a0090b06ceadc2aaf927885a5889e924b6578453ae9ddfc0c346d
+Status: Downloaded newer image for registry.scicore.unibas.ch/schwede/ma-wilkins-import/converter:latest
+registry.scicore.unibas.ch/schwede/ma-wilkins-import/converter:latest
+$
+```
+
+The hash values may be different, but with that you have a local copy of the Docker container and can proceed at [Run the translation app](#run-the-translation-app).
+
 <!-- 
-- pull from GitLab registry
 - build from Dockerfile
  -->
 
@@ -30,5 +56,6 @@ There are two ways to get the Docker container: pull it from our [GitLab registr
 - build with your user ID
  -->
 
-<!--  LocalWords:  ColabFold OpenStructure TOC
+<!--  LocalWords:  ColabFold OpenStructure TOC schwede ccf cbfcc sha ceadc aaf
+      LocalWords:  ae ddfc
  -->
-- 
GitLab