mirror of https://github.com/containers/podman.git
Merge pull request #11575 from jelly/doc_all_option
[CI:DOCS] Document `all` query parameter for /libpod/images/prune
This commit is contained in:
commit
323fe36313
|
@ -1038,6 +1038,12 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
||||||
// description: Remove images that are not being used by a container
|
// description: Remove images that are not being used by a container
|
||||||
// parameters:
|
// parameters:
|
||||||
// - in: query
|
// - in: query
|
||||||
|
// name: all
|
||||||
|
// default: false
|
||||||
|
// type: boolean
|
||||||
|
// description: |
|
||||||
|
// Remove all images not in use by containers, not just dangling ones
|
||||||
|
// - in: query
|
||||||
// name: filters
|
// name: filters
|
||||||
// type: string
|
// type: string
|
||||||
// description: |
|
// description: |
|
||||||
|
|
Loading…
Reference in New Issue