From 928ff1221c16ec9cde50f1e9cfeea5d97ea72c99 Mon Sep 17 00:00:00 2001 From: Tai Kedzierski Date: Sun, 19 Mar 2017 09:27:42 +0000 Subject: [PATCH] lxc-download.in / Document keyserver change in help Signed-off-by: Tai Kedzierski --- templates/lxc-download.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 6edb37b24..c1a0638a2 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -204,7 +204,7 @@ Optional arguments: [ --variant ]: Variant of the image (default: "default") [ --server ]: Image server (default: "images.linuxcontainers.org") [ --keyid ]: GPG keyid (default: 0x...) -[ --keyserver ]: GPG keyserver to use +[ --keyserver ]: GPG keyserver to use. Environment variable: DOWNLOAD_KEYSERVER [ --no-validate ]: Disable GPG validation (not recommended) [ --flush-cache ]: Flush the local copy (if present) [ --force-cache ]: Force the use of the local copy even if expired @@ -215,6 +215,11 @@ LXC internal arguments (do not pass manually!): [ --rootfs ]: The path to the container's rootfs [ --mapped-uid ]: A uid map (user namespaces) [ --mapped-gid ]: A gid map (user namespaces) + +Environment Variables: +DOWNLOAD_KEYSERVER : The URL of the key server to use, instead of the default. + Can be further overridden by using optional argument --keyserver + EOF return 0 } -- 2.47.2