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: 2022.10.1 (1.64 GB) https://drive.google.com/drive/folders/1zhRRAPUmRgFoMcrkT1Z45FD7nNPI656R?usp=share_link 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:2022.xx.1 sudo docker save apinizercloud/manager:2022.xx.1 > manager_2022.xx.1.tar sudo docker load < manager_2022.xx.1.tar POWERSHELL For Containerd sudo ctr -n k8s.io images list | grep apinizer sudo ctr --namespace k8s.io images pull docker.io/apinizercloud/manager:2022.xx.1 sudo ctr -n k8s.io images export manager_2022.xx.1.tar docker.io/apinizercloud/manager:2022.xx.1 sudo ctr -n=k8s.io images import manager_2022.xx.1.tar POWERSHELL For package names and downloadable versions: https://hub.docker.com/u/apinizercloud ×