Loading Docker Images
Loading a Compressed Docker Image 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
cd apifort/packages
./load.sh
PowerShell
cd apifort/packages
./load.ps1
To verify the imported images using:
Bash
docker image ls
PowerShell
docker image ls