Sign inSign up

basi/docker-events

By basi

Updated over 9 years ago

Exposes in STDOUT the `/events` endpoint of the docker API.

Image
0

1.8K

basi/docker-events repository overview

Docker Events

It exposes in STDOUT the /events endpoint of the docker API.

Usage

For obtaining access to the docker API you need to mount the docker socket into the container.

docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock:ro basi/docker-events

It can be used to save the docker events in an ELK platform using the same config than the used for any other container log.

Tag summary

Content type

Image

Digest

Size

2.5 MB

Last updated

over 9 years ago

docker pull basi/docker-events