1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Windows: Minimal docker top implementation

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-03-20 15:58:23 -07:00
parent 9ea7e082ef
commit 52237787fa
7 changed files with 92 additions and 7 deletions

View file

@ -36,6 +36,9 @@ type Process struct {
// Stats contains a stats properties from containerd.
type Stats containerd.StatsResponse
// Summary container a container summary from containerd
type Summary struct{}
// User specifies linux specific user and group information for the container's
// main process.
type User specs.User