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 7fb7a0f commit d97a78bCopy full SHA for d97a78b
docker-gen.go
@@ -178,6 +178,7 @@ Environment Variables:
178
DOCKER_CERT_PATH - directory path containing key.pem, cert.pm and ca.pem
179
DOCKER_TLS_VERIFY - enable client TLS verification
180
`)
181
+ println(`For more information, see https://github.com/jwilder/docker-gen`)
182
}
183
184
func tlsEnabled() bool {
0 commit comments