Merge pull request #2154 from LeGmask/patch-1

Typo on image import command
This commit is contained in:
Christian Goll
2026-04-09 17:41:19 +02:00
committed by GitHub

View File

@@ -97,7 +97,7 @@ They can be overwritten with ``--nohttps``, ``--username`` and ``--password``.
.. code-block:: console .. code-block:: console
# wwctl import --username tux --password supersecret docker://ghcr.io/privatereg/rocky:8 # wwctl image import --username tux --password supersecret docker://ghcr.io/privatereg/rocky:8
You can also set ``HTTP_PROXY``, ``HTTPS_PROXY``, and ``NO_PROXY`` (or their You can also set ``HTTP_PROXY``, ``HTTPS_PROXY``, and ``NO_PROXY`` (or their
lower-case versions) to use a proxy during ``wwctl image import``. lower-case versions) to use a proxy during ``wwctl image import``.