mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27978 from terminalmage/dockerng-inspect_image-docstring
Add note about dockerng.inspect_image usage
This commit is contained in:
commit
a4ba982b1d
1 changed files with 5 additions and 0 deletions
|
@ -2110,6 +2110,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