From 8ae97b2f57a845dd05f70f244a763c53250b4e81 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 17 Jul 2019 10:49:03 -0400 Subject: Add support for listing read/only and read/write images When removing --all images prune images only attempt to remove read/write images, ignore read/only images Signed-off-by: Daniel J Walsh --- API.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index febd094df..ec8512fd4 100755 --- a/API.md +++ b/API.md @@ -1592,6 +1592,8 @@ labels [map[string]](#map[string]) isParent [bool](https://godoc.org/builtin#bool) topLayer [string](https://godoc.org/builtin#string) + +readOnly [bool](https://godoc.org/builtin#bool) ### type ImageHistory ImageHistory describes the returned structure from ImageHistory. -- cgit v1.2.3-54-g00ecf