Merge pull request #12259 from duglin/RemoveJobTop

Remove Job from `docker top`
This commit is contained in:
Michael Crosby
2015-04-10 10:56:01 -07:00
5 changed files with 44 additions and 41 deletions
+6
View File
@@ -104,3 +104,9 @@ type Container struct {
type CopyConfig struct {
Resource string
}
// GET "/containers/{name:.*}/top"
type ContainerProcessList struct {
Processes [][]string
Titles []string
}