https://github.com/bvis/docker-events
Expose in STDOUT the /events endpoint of the docker API
https://github.com/bvis/docker-events
docker docker-api docker-events docker-image
Last synced: 12 months ago
JSON representation
Expose in STDOUT the /events endpoint of the docker API
- Host: GitHub
- URL: https://github.com/bvis/docker-events
- Owner: bvis
- Created: 2017-04-16T23:54:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T08:40:57.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T05:29:52.120Z (about 1 year ago)
- Topics: docker, docker-api, docker-events, docker-image
- Language: Shell
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.