mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-16 13:49:33 +00:00
Fix broken link in io.podman.varlink
Link to InspectImage was broken. Signed-off-by: Katerina Koukiou <kkoukiou@redhat.com>
This commit is contained in:
parent
7038cac53c
commit
cba0178d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ method RemoveContainer(name: string, force: bool, removeVolumes: bool) -> (conta
|
|||
method DeleteStoppedContainers() -> (containers: []string)
|
||||
|
||||
# ListImages returns information about the images that are currently in storage.
|
||||
# See also [InspectImage](InspectImage).
|
||||
# See also [InspectImage](#InspectImage).
|
||||
method ListImages() -> (images: []Image)
|
||||
|
||||
# GetImage returns information about a single image in storage.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue