Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Administering Integration Server | Using Integration Server with Docker | Loading a Docker Image to an On-Premise Docker Registry
 
Loading a Docker Image to an On-Premise Docker Registry
To load a Docker image for Integration Server to an on-premise Docker registry, you first save the image as a tar file and then load the tar file into the registry.
For information about pushing a a Docker image to an on-premise Docker registry, see Pushing a Docker Image to an On-Premise Docker Registry.
*To save and load a Docker image to an on-premise Docker registry
1. Save the Docker image as a tar file by running the saveImage command below. By default, the tar files is saved in the Software AG_directory/ Integration Server_directory /docker/images directory.
is_container.sh/bat saveImage -Dimage.name=input Docker image [-Dfile.path=full path to output
tar file
]
2. Load the Docker image from the tar file into a Docker registry by running the loadImage command below.
is_container.sh/bat loadImage [-Dfile.path=full path to input tar file]