Skip to content
Snippets Groups Projects
Commit fed7778b authored by Bienchen's avatar Bienchen
Browse files

Update README.md, pulling the image

parent dd2de661
No related branches found
No related tags found
No related merge requests found
......@@ -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
-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment