mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	
				This adds a new filter argument to the volume prune endpoint "all". When this is not set, or it is a false-y value, then only anonymous volumes are considered for pruning. When `all` is set to a truth-y value, you get the old behavior. This is an API change, but I think one that is what most people would want. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>  | 
			||
|---|---|---|
| .. | ||
| opts | ||
| by.go | ||
| convert.go | ||
| convert_test.go | ||
| db.go | ||
| db_test.go | ||
| default_driver.go | ||
| default_driver_stubs.go | ||
| errors.go | ||
| restore.go | ||
| restore_test.go | ||
| service.go | ||
| service_linux_test.go | ||
| service_test.go | ||
| store.go | ||
| store_test.go | ||
| store_unix.go | ||
| store_windows.go | ||