Recommendations for Using Integration Server with Docker
If you opt to run Integration Server in a Docker container, Software AG recommends the following:
Create a Docker image for an installed, fully configured on-premise
Integration Server. Make sure the server configuration is complete before creating the image.
Consider a Docker image of
Integration Server to be immutable.
Software AG does not recommend making configuration or content changes on an
Integration Server running in Docker container. Instead, make any changes on the on-premise
Integration Server, recreate the Docker image, load or push the Docker image to the Docker repository, and then start a Docker container for the image.
If you intend to run a Docker image created for
Integration Server in
Integration Cloud, Software AG strongly recommends that you enable and configure CSRF guard in the
Integration Server instance for which you are creating a Docker image. Enabling the CSRF guard feature prevents Cross-Site Forgery Request (CSRF) attacks through the
Integration Server Administrator URLs. Enable and configure CSRF guard on the
Integration Server instance before creating a Docker image for the instance. For information about enabling and configuring CSRF guard, see
Securing
Integration Server with CSRF Guard.