Skip to content

minimum-hsu/docker-openfalcon-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-openfalcon-graph

Build

Enter the following command in the repo directory.

$sudo docker build --force-rm=true -t openfalcon-graph .

Run

Basic Run

Use default mysql account, configuration, and falcon-graph package.

$sudo docker run -dti --name graph -p 6070:6070 -p 6071:6071 openfalcon-graph

Advanced Run

  • Self-defined mysql account and configuration

    Replace file cfg.json in the volume /config.
    For more detail about cfg.json, see Graph.

  • New falcon-graph package

    Replace file falcon-graph.tar.gz in the volume /package.

For example, cfg.json in /tmp/config and falcon-graph.tar.gz in /tmp/pack,

$sudo docker run -dti --name graph -v /tmp/pack:/package -v /tmp/config/cfg.json:/config/cfg.json -p 6070:6070 -p 6071:6071 openfalcon-graph

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages