Skip to content

Commit 187d486

Browse files
committed
Add DOCKER_CERT_PATH/DOCKER_TLS_VERIFY to usage docs
1 parent 637f8be commit 187d486

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-gen.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,13 @@ Options:`)
163163
println(`
164164
Arguments:
165165
template - path to a template to generate
166-
dest - path to a write the template. If not specfied, STDOUT is used
166+
dest - path to a write the template. If not specfied, STDOUT is used`)
167167

168+
println(`
168169
Environment Variables:
169170
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
170173
`)
171174
}
172175

0 commit comments

Comments
 (0)