Skip to content

minimum-hsu/docker-openfalcon-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-openfalcon-links

Build

Enter the following command in the repo directory.

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

Run

Basic Run

Use default configuration, and falcon-links package.

$sudo docker run -dti --name links -p 5090:5090 openfalcon-links

Advanced Run

  • Self-defined configuration

    Replace file config.py in the volume /config.
    For more detail about config.py, see Links.

  • New falcon-links package

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

For example, config.py in /tmp/config and falcon-links.tar.gz in /tmp/pack,

$sudo docker run -dti --name links -v /tmp/pack:/package -v /tmp/config/config.py:/config/config.py -p 5090:5090 openfalcon-links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published