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
- Host: GitHub
- URL: https://github.com/pbalduino/harpoon
- Owner: pbalduino
- License: mit
- Created: 2017-04-26T19:40:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T21:55:40.000Z (over 8 years ago)
- Last Synced: 2025-03-27T06:18:31.698Z (9 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |
+--------------+ +-----------+
```