Skip to content

Cepave/docker-openfalcon-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-openfalcon-dashboard

Build

Enter the following command in the repo directory.

$ docker build -t openfalcon-dashboard -f docker/ubuntu/Dockerfile .

Run

Basic Run

Use default configuration, and falcon-dashboard package.

$ docker run -d --name dashboard -p 8081:8081 openfalcon-dashboard

Advanced Run

  • Self-defined configuration

    Replace file config.py and gunicorn.conf in the volume /config.
    For more details about config.py and gunicorn.conf, see Dashboard.

For example, config.py and gunicorn.conf in /tmp/config,

$ docker run -d --name dashboard -v /tmp/config/config.py:/config/config.py -v /tmp/config/gunicorn.conf:/config/gunicorn.conf -p 8081:8081 openfalcon-dashboard

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.9%
  • Shell 44.1%