File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ $ docker run -d --name nginx-gen --volumes-from nginx \
73
73
### Usage
74
74
```
75
75
$ docker-gen
76
- Usage: docker-gen [-config file] [-watch=false] [-notify="restart xyz"] [-notify-sighup="nginx-proxy"] [-interval=0] [-endpoint tcp|unix://..] <template> [<dest>]
76
+ Usage: docker-gen [-config file] [-watch=false] [-notify="restart xyz"] [-notify-sighup="nginx-proxy"] [-interval=0] [-endpoint tcp|unix://..] [-tlsverify] [-tlscert file] [-tlskey file] [-tlscacert file] <template> [<dest>]
77
77
```
78
78
79
79
* Options:*
@@ -88,6 +88,10 @@ Usage: docker-gen [-config file] [-watch=false] [-notify="restart xyz"] [-notify
88
88
-notify-sighup="": send HUP signal to container. Equivalent to `docker kill -s HUP container-ID`
89
89
-only-exposed=false: only include containers with exposed ports
90
90
-only-published=false: only include containers with published ports (implies -only-exposed)
91
+ -tlscacert="": path to TLS CA certificate file
92
+ -tlscert="": path to TLS client certificate file
93
+ -tlskey="": path to TLS client key file
94
+ -tlsverify=false: verify docker daemon's TLS certicate
91
95
-version=false: show version
92
96
-watch=false: run continuously and monitors docker container events. When containers are started
93
97
or stopped, the template is regenerated.
You can’t perform that action at this time.
0 commit comments