AliyunContainerService / pouch

An Efficient Enterprise-class Container Engine
https://pouchcontainer.io
Apache License 2.0
4.64k stars 949 forks source link

[feature request] make more events available #2932

Closed ZYecho closed 5 years ago

ZYecho commented 5 years ago

Why you need it?

ref docker event type, it can help to debug for user.

How it could be?

both pouch and docker have events cmd to get the events from pouchd or dockerd, but in pouch, there's less event type support, we want to make more event type available to user, which can help to debug and trace. support container image volume network event type now

Other related information