You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,8 +95,13 @@ Options:
95
95
run command after template is regenerated (e.g restart xyz)
96
96
-notify-output
97
97
log the output(stdout/stderr) of notify command
98
+
-notify-container container-ID
99
+
container to send a signal to
100
+
-notify-signal signal
101
+
signal to send to the -notify-container. -1 to call docker restart. Defaults to 1 aka. HUP.
102
+
All available signals available on the [dockerclient](https://github.com/fsouza/go-dockerclient/blob/01804dec8a84d0a77e63611f2b62d33e9bb2b64a/signal.go)
98
103
-notify-sighup container-ID
99
-
send HUP signal to container. Equivalent to 'docker kill -s HUP container-ID'
104
+
send HUP signal to container. Equivalent to 'docker kill -s HUP container-ID', or `-notify-container container-ID -notify-signal 1`
0 commit comments