Loading Docker Images
After extracting the tar.gz package, the Docker image needs to be loaded into your system. These compressed Docker images are created using the docker save command, with compression reducing the package size by over 70%.
Notes on Performance Estimated Time: The loading process typically takes 3–4 minutes, depending on your CPU performance.
If the process takes longer than 5 minutes, it may indicate that your CPU does not meet the minimum performance requirements.
To load the Docker images:
Bash
./config.sh load_images
PowerShell
./config.ps1 load_images
To verify the imported images using:
Bash
docker image ls
PowerShell
docker image ls