mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Merge pull request #11575 from jelly/doc_all_option
[CI:DOCS] Document `all` query parameter for /libpod/images/prune
This commit is contained in:
@ -1038,6 +1038,12 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
|
||||
// description: Remove images that are not being used by a container
|
||||
// parameters:
|
||||
// - 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
|
||||
// type: string
|
||||
// description: |
|
||||
|
Reference in New Issue
Block a user