From a3904ad791a04d0e5fb55d888ee8eb9e6bea8f4b Mon Sep 17 00:00:00 2001 From: Karel van Klink <karel.vanklink@geant.org> Date: Wed, 1 Feb 2023 11:51:05 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a4c7d21..0e3dc5a 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,6 @@ To start ContainerLab (e.g. project lab01): To view the currently running ContainerLab status: 1. navigate to the same directory as above (e.g. lab01) 2. sudo containerlab inspect + +> For pushing images to the (private/internal) repository at [gitlab.geant.net](https://gitlab.geant.net), refer to [this](https://gitlab.geant.net/docker/ci_registry) readme document. +> The approach is agnostic to the used registry however, as long as the registry URL is properly set in [the group variables](group_vars/dev_environments.yml). -- GitLab