]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-download.in / Document keyserver change in help
authorTai Kedzierski <dch.tai@gmail.com>
Sun, 19 Mar 2017 09:27:42 +0000 (09:27 +0000)
committerTai Kedzierski <dch.tai@gmail.com>
Sun, 19 Mar 2017 09:27:42 +0000 (09:27 +0000)
Signed-off-by: Tai Kedzierski <dch.tai@gmail.com>
templates/lxc-download.in

index 5716ad95b78a0e4ab170280b027272b5fef5a177..5c17785cb0382cb19d75f0f48f80d5c7d3a8bfa7 100644 (file)
@@ -204,7 +204,7 @@ Optional arguments:
 [ --variant <variant> ]: Variant of the image (default: "default")
 [ --server <server> ]: Image server (default: "images.linuxcontainers.org")
 [ --keyid <keyid> ]: GPG keyid (default: 0x...)
-[ --keyserver <keyserver> ]: GPG keyserver to use
+[ --keyserver <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 <rootfs> ]: The path to the container's rootfs
 [ --mapped-uid <map> ]: A uid map (user namespaces)
 [ --mapped-gid <map> ]: 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
 }