An open API service indexing awesome lists of open source software.

https://github.com/thbkrkr/docker-stream

Stream docker events
https://github.com/thbkrkr/docker-stream

Last synced: 2 months ago
JSON representation

Stream docker events

Awesome Lists containing this project

README

          

# Docker stream

Push docker container events in Kafka.

```
docker run -ti \
-e B=${B} \
-e U=${U} \
-e P=${P} \
-e T=${T} \
-e HOSTNAME=$$(hostname -f)
-v /var/run/docker.sock:/var/run/docker.sock \
krkr/docker-stream
```