mirror of
https://github.com/containers/podman.git
synced 2025-08-20 15:33:03 +08: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:
@ -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.
|
||||
|
Reference in New Issue
Block a user