docker-event-handler/example.conf

7 lines
174 B
Plaintext
Raw Normal View History

2022-03-22 19:27:39 +01:00
[Handler]
Action=start
Run=notify-send "docker container event: start, name={{ .Name }}"
[Handler]
Action=die
Run=notify-send "docker container event: die, name={{ .Name }}"