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" ```