diff --git a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/publish-images.md b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/publish-images.md index 992129fc6842..48a5a13453e7 100644 --- a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/publish-images.md +++ b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/publish-images.md @@ -283,17 +283,20 @@ Move the images in the `rancher-images.tar.gz` to your private registry using th The image list, `rancher-images.txt` or `rancher-windows-images.txt`, is expected to be on the workstation in the same directory that you are running the `rancher-load-images.sh` script. The `rancher-images.tar.gz` should also be in the same directory. -1. Log into your private registry if required: +1. Ensure that the Rancher project is in your private registry. + If not, you'll see an error message, such as, "project rancher not found". + +2. Log into your private registry if required: ```plain docker login ``` -1. Make `rancher-load-images.sh` an executable: +3. Make `rancher-load-images.sh` an executable: ``` chmod +x rancher-load-images.sh ``` -1. Use `rancher-load-images.sh` to extract, tag and push the images from `rancher-images.tar.gz` to your private registry: +4. Use `rancher-load-images.sh` to extract, tag and push the images from `rancher-images.tar.gz` to your private registry: ```plain ./rancher-load-images.sh --image-list ./rancher-images.txt \