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:
parent
9ea7e082ef
commit
52237787fa
7 changed files with 92 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue