Sign inSign up

ladicle/alpin-dockerbeat

By ladicle

Updated about 10 years ago

This is docker image for Dockerbeat. Dockerbeat is the Beat used for docker deamon monitoring.

Image
0

465

ladicle/alpin-dockerbeat repository overview

Alpine Dockerbeat

This is docker image for Dockerbeat. Dockerbeat is the Beat used for docker deamon monitoring.

Base image use Alpine Linux.

Usages

Build Image
  1. Move to dockerbeat directory.
  2. Build docker image.
$ docker build .

If you want to change PyYAML version, run the following command. $ docker build --build-arg PYYAML_VERSION=3.11 .

Run dockerbeat
  1. Run elasticsearch.
  2. To launch the dockerbeat, run the following command.
$ docker run -d -v /var/run/docker.sock:/var/run/docker.sock \
             --link elastic:elasticsearch \
             alpine-dockerbeat

If you want to use custom configuration, specific volume option. -v custom_config.yml:/etc/dockerbeat/dockerbeat.yml

Tag summary

Content type

Image

Digest

Size

104.2 MB

Last updated

about 10 years ago

docker pull ladicle/alpin-dockerbeat