docker-gc
docker-gc copied to clipboard
add --type to inspect calls to prevent flooding
- docker changed the way inspect works and will now query all components for information on given input, this will cause things like volume drivers to get spammed with queries about containers/images and other things, this keeps it tidier by specifying what you actually want to inspect.