docker-event-handler/example.conf

10 lines
195 B
Plaintext
Raw Permalink Normal View History

2022-03-24 21:51:50 +01:00
[Container]
Run=notify-send "container {{ .Action }}: {{ .ID }}"
2022-03-24 21:51:50 +01:00
[Network]
Run=notify-send "network {{ .Action }} {{ .ID }}"
2022-03-22 19:27:39 +01:00
[Volume]
Name=foo*
Run=notify-send "volume {{ .Action }} {{ .ID }}"