Ontime v2
Link to new docs
  • ontime
  • Feature list
  • Roadmap
  • Contributing
  • Main Concepts
    • Interface
      • Settings Bar
      • Rundown
      • Timer Control
      • Display Messages
      • Info
      • Quick start
      • Upload
      • Integration Settings
      • Application Settings
        • App Settings
        • Event Data
        • Editor Settings
        • Cuesheet settings
        • Views
        • URL Aliases
      • About modal
  • Views
    • Network views (Intro)
    • Stage Timer
    • Clock
    • Minimal Timer
    • Backstage Info
    • Public Info
    • Lower Thirds
    • Studio Clock
    • Countdown
    • Cuesheet
  • Control and feedback
    • Ontime APIs
      • HTTP API
    • Integrations
    • Runtime Data
  • Features
    • Google Sheet
    • Smart Time Entry
    • The delay workflow
    • Roll
    • Import events from Excel
    • URL Aliases
    • Edit Anywhere
    • Headless Mode (Docker)
    • Note: Lower thirds in OBS
    • User fields
    • Custom Styling
    • Make your own viewer
    • Count to anything
    • External data
  • ❤️Additional Notes
    • Control Ontime from vMix
    • Sync: Poll ontime status
    • Use in Raspberry Pi
    • Companion module
Powered by GitBook
On this page
  1. Additional Notes

Use in Raspberry Pi

Use a docker image to run Ontime in a Raspberry Pi

PreviousSync: Poll ontime statusNextCompanion module

Last updated 2 years ago

From version 1.10.0, Ontime is available as a docker image, targeting Arm v6 and v7 devices. Meant explicitly for Raspberry Pis.

This method leverages a lightweight image that runs Ontime server in a headless raspberry Pi without UI. All UIs and views are still available through the local network.

To get started using Ontime in a Raspberry Pi.

docker pull getontime/ontime
docker-compose up -d

Ontime is now running in the Pi and accessible through the local network on port 4001

Documentation for the docker process can be

❤️
found with the image in Dockerhub