This is docker image for Dockerbeat. Dockerbeat is the Beat used for docker deamon monitoring.
465
This is docker image for Dockerbeat. Dockerbeat is the Beat used for docker deamon monitoring.
Base image use Alpine Linux.
$ docker build .
If you want to change PyYAML version, run the following command.
$ docker build --build-arg PYYAML_VERSION=3.11 .
$ 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
Content type
Image
Digest
Size
104.2 MB
Last updated
about 10 years ago
docker pull ladicle/alpin-dockerbeat