summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-05-11 09:39:34 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-11 16:05:10 +0000
commit9657cd6c15372f8c655ec13ce4f0310ff5d6a7a1 (patch)
tree6aae448f8c409e8b55a7343dbbdc2bb2464a6c0d /API.md
parentc339c5bb6e1d3d894d8020dc63ae8cf3c2f50e56 (diff)
downloadpodman-9657cd6c15372f8c655ec13ce4f0310ff5d6a7a1.tar.gz
podman-9657cd6c15372f8c655ec13ce4f0310ff5d6a7a1.tar.bz2
podman-9657cd6c15372f8c655ec13ce4f0310ff5d6a7a1.zip
Fix varlink remove image force
Fixes a bug where the force bool was being ignored when deleting images via the varlink interface. Also, minor fix to the docs to add a line break between methods and types in the doc index. Signed-off-by: baude <bbaude@redhat.com> Closes: #753 Approved by: rhatdan
Diffstat (limited to 'API.md')
-rwxr-xr-xAPI.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/API.md b/API.md
index 2c4d40022..c9d2d5c23 100755
--- a/API.md
+++ b/API.md
@@ -80,6 +80,7 @@ in the [API.md](https://github.com/projectatomic/libpod/blob/master/API.md) file
[func UpdateContainer() NotImplemented](#UpdateContainer)
[func WaitContainer(name: string) int](#WaitContainer)
+
[type ContainerChanges](#ContainerChanges)
[type ContainerMount](#ContainerMount)