docker-gc icon indicating copy to clipboard operation
docker-gc copied to clipboard

add --type to inspect calls to prevent flooding

Open zetsub0u opened this issue 7 years ago • 0 comments

  • 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.

zetsub0u avatar Nov 01 '18 20:11 zetsub0u