Categories

Versions

Docker images for Docker Deployment Manager

The documentation below describesDocker 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 ourdeployment templatesto see how these should be deployed.

Docker Deployment Manager Proxy

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

For available versions, please see thetags 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 tofalse.

Docker Deployment Manager Web UI

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

For available versions, please see thetags 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:码头工人卷存储previous HTTPS certificates, maps internally to/var/www/html/uploaded/certs. Should not be changed.
    • /rapidminer/docker/docker-compose.ymland/rapidminer/docker/.envvolume mount which stores the configuration descriptors for the RapidMiner platform deployment. Preferred a bind mount type.
    • /var/run/docker.sockand/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 tofalse.