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 describesDocker 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 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.
配置
- 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 thetags on Docker Hub.
配置
- 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, seethis page.
For available versions, please see thetags on Docker Hub.
配置
- 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.