From 36162cf82f98ee2ae52935307c40b884b06970ce Mon Sep 17 00:00:00 2001 From: Cattani Luca <luca.cattani@eurac.edu> Date: Fri, 29 Sep 2017 13:54:53 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 157f0b6..b0b41d9 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,14 @@ This is the directory structure # How to use it ## Workflow -First of all, check if a docker image already exist. -If exist, pull it, otherwise you neeed to build one. +First of all, check if a docker image already exists. +If it exist, pull, otherwise, you need to build one. +If necessary create a [personal token](https://gitlab.scientificnet.org/profile/personal_access_tokens) and login into GitLab Registry. + +```console +docker login gitlab.scientificnet.org:4567 +``` + ### Use existing Docker image ```console docker image ls -a gitlab.scientificnet.org:4567/commul/dspace/* -- GitLab