Docker - Intrexx as a container deployment

You can also run Intrexx as a (Docker) container. To run Intrexx as a Docker container, use the official Intrexx Docker image, which already contains all the necessary packages and resources. You can orchestrate this with Kubernetes, for example, or on a virtual machine with Docker Compose. The container version enables quick and easy Intrexx deployment, either in your local infrastructure or with a cloud provider of your choice. You also have the option of backing up the configuration of your deployment and restoring an identical deployment at any time ("Infrastructure as Code").

Deployment information

Detailed information on deployment via Docker can be found at the following link: https://github.com/UnitedPlanet/intrexx-in-docker

Examples of different deployment variants can be found at the following link: https://github.com/UnitedPlanet/tech-hour

You can find the Intrexx DockerHub page at the following link: https://hub.docker.com/r/unitedplanet/intrexx

Further steps

In the following section First steps with Intrexx as a container deployment, you will find an overview of the first steps you need to take in order to be able to use Intrexx with the Docker container variant.