diff --git a/continuousintegration/ci_runner/development/cta/alma9/Readme.md b/continuousintegration/ci_runner/development/cta/alma9/Readme.md index 88900ec9a222e9d42582dadb7f3935c6786d05c8..ab20c73f4c284a1461e54967181115cbfad0b771 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.