mirror of
https://github.com/containers/podman.git
synced 2025-09-09 21:52:21 +08:00
APIv2:fix: Handle docker volume force as expected
In response to input regarding the semantic difference for the `force` parameter for volume removal between Docker and us, this change ensures that we emulate the Dockr behaviour correctly when this parameter is specified. Signed-off-by: Matt Brindley <58414429+maybe-sybr@users.noreply.github.com>
This commit is contained in:
@ -186,7 +186,10 @@ func (s *APIServer) registerVolumeHandlers(r *mux.Router) error {
|
||||
// - in: query
|
||||
// name: force
|
||||
// type: boolean
|
||||
// description: force removal
|
||||
// description: |
|
||||
// Force removal of the volume. This actually only causes errors due
|
||||
// to the names volume not being found to be suppressed, which is the
|
||||
// behaviour Docker implements.
|
||||
// produces:
|
||||
// - application/json
|
||||
// responses:
|
||||
|
Reference in New Issue
Block a user