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

https://github.com/pbalduino/harpoon

Push notification for Docker events
https://github.com/pbalduino/harpoon

Last synced: 5 months ago
JSON representation

Push notification for Docker events

Awesome Lists containing this project

README

          

# harpoon
Push notification for Docker events

```
Architecture sample

+-----------+ +-----------+ +-----------+ +-----------+
| container | | container | | container | | container |
+-----+-----+ +-----+-----+ +-----+-----+ +-----+-----+
^ ^ ^ ^
| | | |
+----------------+--------+-------+----------------+
|
v
+----+----+
| dockerd |
+----+----+
^
|
+====+====+
| HARPOON |
+====+====+
|
+----------+----------+
| |
v v
+------+-------+ +-----+-----+
| http service | | tcp port |
+--------------+ +-----------+
```