mirror of
https://github.com/containers/podman.git
synced 2025-06-29 15:08:09 +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)
|
||||
|
||||
# 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