Sign inSign up

minimum/openfalcon-agent

By minimum

Updated about 10 years ago

An component of Open-Falcon project.

Image
0

788

minimum/openfalcon-agent repository overview

docker-openfalcon-agent

Build

Enter the following command in the repo directory.

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

Run

Basic Run

Use default configuration and falcon-agent package.

$sudo docker run -dti --name agent -p 1988:1988 openfalcon-agent
Advanced Run
  • Self-defined configuration

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

  • New falcon-agent package

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

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

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

Tag summary

Content type

Image

Digest

sha256:bd00b46ae

Size

102.8 MB

Last updated

about 10 years ago

docker pull minimum/openfalcon-agent