From 3211962905ff972524aaccf399ebd54fdfb388d8 Mon Sep 17 00:00:00 2001 From: Riccardo Boero <ribo@nilu.no> Date: Fri, 27 Sep 2024 13:14:29 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de2bbaa..5fdd8db 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Official labor statistics about the US and European countries. Data sources are --- ## Use -1. Connect to the GitLab container registry with privileges for the FACT group: -> docker login -u FACT_token -p glpat-1zG-TQx___xLsPjj2vsG registry.git.nilu.no +1. Connect to the GitLab container registry and pull the image: +> docker pull registry.git.nilu.no/fact/data/fact_jobs:latest 2. Run this data service: > docker run -t -i --name fact\_jobs -e MARIADB\_DATABASE=FACT_jobs -e MYSQL\_ROOT\_PASSWORD=devops -p 3308:3306 -d registry.git.nilu.no/fact/data/fact\_jobs:0.1 -- GitLab