From 37c856579c52b5abac9253fd68e610d663c25260 Mon Sep 17 00:00:00 2001 From: Shannon Byrnes Date: Thu, 30 Jan 2025 15:43:05 -0700 Subject: [PATCH] More helpful --- internal-lab-setup-assets/images/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-lab-setup-assets/images/README.md b/internal-lab-setup-assets/images/README.md index 8aedd57..aaf6d70 100644 --- a/internal-lab-setup-assets/images/README.md +++ b/internal-lab-setup-assets/images/README.md @@ -16,7 +16,7 @@ But... if you happen to have the Cisco XRd image from CCO, here are some notes. 3. You may need to extract the image with something like `tar -xvzf xrd-control-plane-container-x86.7.11.1.tgz` -4. load it into docker and tag it locally with `docker load -i xrd-control-plane-container-x64.dockerv1.tgz` +4. Load it into docker and tag it locally with `docker load -i xrd-control-plane-container-x64.dockerv1.tgz` 5. Note the image name in the output, probably something like "xrd-control-plane:7.11.1" ```