Skip to content

Expose in STDOUT the /events endpoint of the docker API

Notifications You must be signed in to change notification settings

bvis/docker-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Expose in STDOUT the /events endpoint of the docker API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages