Enter the following command in the repo directory.
$sudo docker build --force-rm=true -t openfalcon-dashboard .
Use default configuration, and falcon-dashboard package.
$sudo docker run -dti --name dashboard -p 8081:8081 openfalcon-dashboard
Self-defined configuration
Replace file config.py in the volume /config.
For more detail about config.py, see Dashboard.
New falcon-dashboard package
Replace file falcon-dashboard.tar.gz in the volume /package.
For example, config.py in /tmp/config and falcon-dashboard.tar.gz in /tmp/pack,
$sudo docker run -dti --name dashboard -v /tmp/pack:/package -v /tmp/config/config.py:/config/config.py -p 8081:8081 openfalcon-dashboard
Content type
Image
Digest
sha256:72ae79f51…
Size
167.2 MB
Last updated
almost 11 years ago
docker pull minimum/openfalcon-dashboard