Skip to content

Commit

Permalink
Document all query parameter for /libpod/images/prune
Browse files Browse the repository at this point in the history
Signed-off-by: Jelle van der Waa <[email protected]>
  • Loading branch information
jelly authored and mheon committed Sep 16, 2021
1 parent 939db10 commit c8cbd87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/api/server/register_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c8cbd87

Please sign in to comment.