From e5e28ff80de402a8a2b0730e3565510731c01301 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Thu, 1 Dec 2022 16:24:33 +0100 Subject: [PATCH] added an inspect sample --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab2e411..bc54638 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,7 @@ To start containerlab (e.g. project lab01): 1. shell into the nat user 2. cd lab01 3. sudo containerlab deploy + +To view the currently running containerlab status: + 1. navigate to the same directory as above (e.g. lab01) + 2. sudo containerlab inspect -- GitLab