Categories

Versions

You are viewing the RapidMiner Deployment documentation for version 9.6 - Check here for latest version

Docker images for Python Environment Manager

The documentation below describes Python Environment 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.

Python Environment 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 access the Job Agent containers
  • Ports: none.
  • Environment variables: none.

Python Environment Manager Web UI

This container implements the Python Environment 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
    • /var/www/html/uploaded/: volume mount which stores authentication information and HTTPS certificates
  • Ports: none.
  • Environment variables: none.