APIIDA API Gateway Manager
Offline Installation
For systems that have to connection to the Internet the Docker images are also provided as offline images. The offline images are released a few days after the online images in Docker Hub.
Download the latest offline image from Downloads
APIIDA_API_Gateway_Manager_<VERSION>_Offline.tar
Import the Docker image:
docker image load -i APIIDA_API_Gateway_Manager_<VERSION>_Offline.tar
Tag the loaded image:
docker tag 5a253fbaec96 apiida/aagm:<VERSION>
You can proceed with the installation steps, like described here: Installation
The image ID changes with every release. Please contact the APIIDA Support if you need further assistance.