File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ This is can be used to generate config files for:
11
11
12
12
13
13
[ Docker Log Management With Fluentd] ( http://jasonwilder.com/blog/2014/03/17/docker-log-management-using-fluentd/ )
14
-
15
14
[ Automated Nginx Reverse Proxy for Docker] ( http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/ )
16
15
17
16
===
@@ -21,13 +20,14 @@ To Run:
21
20
` go get github.com/jwilder/docker-gen `
22
21
23
22
` docker-gen `
24
- ` Usage: docker-gen [-watch=false] [-notify="restart xyz"] <template> [<dest>] `
23
+ ` Usage: docker-gen [-config file] [- watch=false] [-notify="restart xyz"] <template> [<dest>] `
25
24
26
25
Options:
27
26
* -watch - runs continuously and monitors docker container events. When containers are started
28
27
or stopped, the template is regenerated.
29
28
* -notify - runs a command after the template is generated. Useful for restarting nginx, reloading
30
29
haproxy, etc..
30
+ * -config file - Use the specified config file instead of command-line options.
31
31
32
32
If no ` <dest> ` file is specified, the output is send to stdout. Mainly useful for debugging.
33
33
You can’t perform that action at this time.
0 commit comments