We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637f8be commit 187d486Copy full SHA for 187d486
docker-gen.go
@@ -163,10 +163,13 @@ Options:`)
163
println(`
164
Arguments:
165
template - path to a template to generate
166
- dest - path to a write the template. If not specfied, STDOUT is used
+ dest - path to a write the template. If not specfied, STDOUT is used`)
167
168
+ println(`
169
Environment Variables:
170
DOCKER_HOST - default value for -endpoint
171
+ DOCKER_CERT_PATH - directory path containing key.pem, cert.pm and ca.pem
172
+ DOCKER_TLS_VERIFY - enable client TLS verification
173
`)
174
}
175
0 commit comments