-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
kind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Milestone
Description
Follow-up issue after discussion with @calavera and @thaJeztah at dockercon.
At the moment, it's not trivial to see if an event is connected to container, image, volume or network:
{"status":"create","id":"5745704abe9caa5","from":"busybox","time":1442421716,"timeNano":1442421716853979870}
{"status":"delete","id":"7f05242655562b48fec7dc838074d0023db80c69f750cb41ab2544596c015d49","time":1448281959}It would be awesome if the event could contain object type, e.g.:
"type": "container"
or
"type": "volume"
I am planning to consume this in TUI for engine I wrote: https://github.com/TomasTomecek/sen
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.