Categories

Versions

Docker images for Docker Deployment Manager

The documentation below describes Docker Deployment Manager, which is a component consisting of the following Docker images:

You can read a description for each container below.

These containers are only functional when deployed together, they will not function as intended individually. Check our deployment templates to see how these should be deployed.

Docker Deployment Manager Proxy

This container implements a web proxy which handles connections served by the Web UI container. It also takes care of user authentication and HTTPS communication, if configured.

For available versions, please see the tags on Docker Hub.

Configuration

  • Volumes
    • rm-ddm-uploaded-vol: docker volume to store uploaded HTTPS certificates, maps internally to /rapidminer/uploaded/. Should not be changed.
  • Ports: port mapping on which the internal web service ports served by the Web UI are exposed.
  • Environment variables:
    • WEBUI_BACKEND: sets the URL of the Docker Deployment Manager Web UI backend on the internal network. Default: http://rm-ddm-webui-svc:81.
    • HTTPS_CRT_PATH, HTTPS_KEY_PATH: paths where DDM expects to find the HTTPS certificate and private key files, if used.
    • DEBUG: defaults to false.

Docker Deployment Manager Web UI

This container implements the Docker Deployment Manager Web UI, which administrators can use to interact with. For details, see this page.

For available versions, please see the tags on Docker Hub.

Configuration

  • Volumes
    • rm-ddm-uploaded-vol: docker volume to store uploaded HTTPS certificates, maps internally to /rapidminer/uploaded/. Should not be changed.
    • rm-ddm-cert-history: docker volume to store previous HTTPS certificates, maps internally to /var/www/html/uploaded/certs. Should not be changed.
    • /rapidminer/docker/docker-compose.yml and /rapidminer/docker/.env volume mount which stores the configuration descriptors for the RapidMiner platform deployment. Preferred a bind mount type.
    • /var/run/docker.sock and /var/lib/docker: volume mount of the Docker socket, needed to apply changed configuration to the RapidMiner platform deployment.
  • Ports: none.
  • Environment variables:
    • DEBUG: defaults to false.