From d6cbe5c03810451cf3207046dac83842d585f435 Mon Sep 17 00:00:00 2001 From: Konstantina Skovola <konstantina.skovola@cern.ch> Date: Mon, 6 May 2024 14:32:15 +0200 Subject: [PATCH] Update Readme.md --- .../ci_runner/development/cta/alma9/Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/continuousintegration/ci_runner/development/cta/alma9/Readme.md b/continuousintegration/ci_runner/development/cta/alma9/Readme.md index 88900ec9a2..ab20c73f4c 100644 --- a/continuousintegration/ci_runner/development/cta/alma9/Readme.md +++ b/continuousintegration/ci_runner/development/cta/alma9/Readme.md @@ -17,11 +17,21 @@ To list the latest built images, run: podman images ``` +The output should look like this: +``` +REPOSITORY TAG IMAGE ID CREATED SIZE +localhost/ctadev dev 78e0d6e583a3 2 days ago 1.84 GB +gitlab-registry.cern.ch/linuxsupport/alma9-base latest dc893533419c 5 days ago 231 MB +gcr.io/k8s-minikube/kicbase v0.0.43 619d67e74933 2 weeks ago 1.27 GB +``` + To launch one of them (detached), proceed with: ```bash ./start_ctadev.sh [-p <port>] [-v <mount>] <image> ``` +For `<image>`, select `localhost/ctadev` + The `<port>` parameter can be used to forward port `<port>` on the localhost to port `22` on the container. This can be used by ssh clients to access the container through a network. \ The `<mount>` parameter can be used to mount a local directory to the container directory `/shared`. The `<image>` is the image of the container that we want to run. -- GitLab