You are viewing the RapidMiner Deployment documentation for version 9.6 - Check here for latest version
Docker images for Docker Deployment Manager
The documentation below describes Docker Deployment Manager, which is a component consisting of the following Docker images:
- Docker Deployment Manager Proxy
- Docker Deployment Manager CRON Scheduler
- Docker Deployment Manager Web UI
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
/rapidminer/uploaded
: volume mount which stores authentication information and HTTPS certificates
- Ports: port mapping on which the internal web service ports served by the Web UI are exposed.
- Environment variables: none.
Docker Deployment Manager CRON Scheduler
This container manages the lifecycle of the Proxy container. It periodically checks for installed HTTPS certificates and restarts the Proxy container if a change is detected.
For available versions, please see the tags on Docker Hub.
Configuration
- Volumes
/var/log/
: volume mount to persist the logs generated by the service/rapidminer/uploaded/
: volume mount which stores authentication information and HTTPS certificates/var/run/docker.sock
: volume mount of the Docker socket, needed to apply changed configuration to the RapidMiner platform deployment
- Ports: none.
- Environment variables: none.
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
/rapidminer/docker/docker-compose.yml
volume mount which stores the configuration descriptor for the RapidMiner platform deployment. Preferred a bind mount type./var/www/html/uploaded/
: volume mount which stores authentication information and HTTPS certificates/var/run/docker.sock
: volume mount of the Docker socket, needed to apply changed configuration to the RapidMiner platform deployment
- Ports: none.
- Environment variables: none.