mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add note about dockerng.inspect_image usage
Should clear up apparent confusion raised in https://github.com/saltstack/salt/issues/27976
This commit is contained in:
parent
a158cd50e6
commit
595f4a6939
1 changed files with 5 additions and 0 deletions
|
@ -2134,6 +2134,11 @@ def inspect_image(name):
|
|||
Retrieves image information. Equivalent to running the ``docker inspect``
|
||||
Docker CLI command, but will only look for image information.
|
||||
|
||||
.. note::
|
||||
To inspect an image, it must have been pulled from a registry or built
|
||||
locally. Images on a Docker registry which have not been pulled cannot
|
||||
be inspected.
|
||||
|
||||
name
|
||||
Image name or ID
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue