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
If no `<dest>` file is specified, the output is sent to stdout. Mainly useful for debugging.
131
+
If no `<dest>` file is specified, the output is sent to stdout. Mainly useful for debugging.
132
132
133
133
134
134
### Configuration file
135
135
136
-
Using the -config flag from above you can tell docker-gen to use the specified config file instead of command-line options. Multiple templates can be defined and they will be executed in the order that they appear in the config file.
136
+
Using the -config flag from above you can tell docker-gen to use the specified config file instead of command-line options. Multiple templates can be defined and they will be executed in the order that they appear in the config file.
137
137
138
138
An example configuration file, **docker-gen.cfg** can be found in the examples folder.
139
139
@@ -191,7 +191,7 @@ wait = "500ms:2s"
191
191
192
192
[config.NotifyContainers]
193
193
nginx = 1 # 1 is a signal number to be sent; here SIGHUP
194
-
e75a60548dc9 = 1 # a key can be either container name (nginx) or ID
194
+
e75a60548dc9 = 1 # a key can be either container name (nginx) or ID
0 commit comments