Skip to content

minimum-hsu/docker-openfalcon-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-openfalcon-task

Build

Enter the following command in the repo directory.

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

Run

Basic Run

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

$sudo docker run -dti --name task -p 8002:8002 openfalcon-task

Advanced Run

  • Self-defined mysql accoun and configuration

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

  • New falcon-task package

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

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

$sudo docker run -dti --name task -v /tmp/pack:/package -v /tmp/config/cfg.json:/config/cfg.json -p 8002:8002 openfalcon-task

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages