mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
doc: clarify options of the container source
See also: https://github.com/lilydjwg/nvchecker/issues/183
This commit is contained in:
parent
9d2d47ed15
commit
c65513b37d
1 changed files with 16 additions and 0 deletions
|
@ -721,6 +721,22 @@ container
|
|||
registry
|
||||
The container registry host. Default: ``docker.io``
|
||||
|
||||
``registry`` and ``container`` are the host and the path used in the pull
|
||||
command. Note that the ``docker`` command allows omitting some parts of the
|
||||
container name while this plugin requires the full name. If the host part is
|
||||
omitted, use ``docker.io``, and if there is no slash in the path, prepend
|
||||
``library/`` to the path. Here are some examples:
|
||||
|
||||
+----------------------------------------------+-----------+--------------------------+
|
||||
| Pull command | registry | container |
|
||||
+==============================================+===========+==========================+
|
||||
| docker pull quay.io/prometheus/node-exporter | quay.io | prometheus/node-exporter |
|
||||
+----------------------------------------------+-----------+--------------------------+
|
||||
| docker pull nvidia/cuda | docker.io | nvidia/cuda |
|
||||
+----------------------------------------------+-----------+--------------------------+
|
||||
| docker pull python | docker.io | library/python |
|
||||
+----------------------------------------------+-----------+--------------------------+
|
||||
|
||||
This source returns tags and supports :ref:`list options`.
|
||||
|
||||
Check ALPM database
|
||||
|
|
Loading…
Add table
Reference in a new issue