mirror of
https://github.com/containers/podman.git
synced 2025-07-01 00:01:02 +08:00
Merge pull request #2612 from KKoukiou/api-doc-fix
Fix broken link in API.md
This commit is contained in:
@ -673,7 +673,7 @@ method RemoveContainer(name: string, force: bool, removeVolumes: bool) -> (conta
|
|||||||
method DeleteStoppedContainers() -> (containers: []string)
|
method DeleteStoppedContainers() -> (containers: []string)
|
||||||
|
|
||||||
# ListImages returns information about the images that are currently in storage.
|
# ListImages returns information about the images that are currently in storage.
|
||||||
# See also [InspectImage](InspectImage).
|
# See also [InspectImage](#InspectImage).
|
||||||
method ListImages() -> (images: []Image)
|
method ListImages() -> (images: []Image)
|
||||||
|
|
||||||
# GetImage returns information about a single image in storage.
|
# GetImage returns information about a single image in storage.
|
||||||
|
Reference in New Issue
Block a user