Use in Raspberry Pi

Use a docker image to run Ontime in a Raspberry Pi

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

Last updated