Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 835 Bytes

File metadata and controls

21 lines (16 loc) · 835 Bytes

Deploy RealOpInsight on Docker

This document describes how to deploy RealOpInsight on a Docker machine.

Start the container

The following command shall pull the image and start an instance in background (-d). You can remove this option to start the instance in foreground.

With this command the data of the instance will be stored locally on the Docker machine at the specified path (value of option --volume, can be changed if needed).

docker run -d \
    --name realopinsight \
    --network host \
    --volume $HOME/.realopinsight:/opt/realopinsight \
    rchakode/realopinsight

Accessing the service

Once the container started, it shall enable the following endpoints: