Skip to content

Install using Docker

Corridor provides production-ready Dockerfile templates along with the installation bundle to bootstrap a docker-based installation of the platform.

As docker configurations frequently vary based on various organizations - Please reach out to us for instructions on docker-based installs

Various components of the platform are addressed as follows in this setup:

Component Implementation Options
File Management Mounted to host/persistent volume
Metadata Database Configurable as an independent service / Can integrate with an existing service
Messaging Queue Configurable as an independent service / Can integrate with an existing service
SSL Certificates
  • Mounted from host/persistent volume in read-only mode
  • Copied to image during docker build stage
Platform Configurations
  • Mounted from host/persistent volume in read-only mode
  • Via environment variables during deployment
Spark Configurable as an independent service / Can integrate with an existing service
Jupyterhub Configurable as an independent service / Can integrate with an existing service

System: Minimum Requirements

  • Docker Engine: v20.10+
  • (Optional) Docker compose