Apinizer Documentation Installation Current: Offline Installation Offline Installation Downloading Apinizer Installation FilesApinizer ImagesIf you want to download the ready version, you can use the link below: Version: 2024.01.0 (1.7 GB) https://drive.google.com/file/d/1DWn8AliZWC7qxRPfQ0pV1H7gxZNXzpyS/view?usp=sharing POWERSHELL Or you can use the commands below to download a specific version yourself and transfer it to the relevant server (Manager, Worker and Cache are images that may be required depending on your common, Integration and Portal license). For Docker sudo docker pull apinizercloud/manager:2024.xx.0 sudo docker save apinizercloud/manager:2024.xx.0 > manager_2024.xx.0.tar sudo docker load < manager_2024.xx.0.tar POWERSHELL For Containerd sudo ctr -n k8s.io images list | grep apinizer sudo ctr --namespace k8s.io images pull docker.io/apinizercloud/manager:2024.xx.0 sudo ctr -n k8s.io images export manager_2024.xx.0.tar docker.io/apinizercloud/manager:2024.xx.0 sudo ctr -n=k8s.io images import manager_2024.xx.0.tar POWERSHELL For package names and downloadable versions: https://hub.docker.com/u/apinizercloud ×