add ps args to docker top

This commit is contained in:
Victor Vieux
2013-07-19 10:06:32 +00:00
parent d6fb313220
commit cfec1c3e1b
5 changed files with 50 additions and 35 deletions
+2 -4
View File
@@ -27,10 +27,8 @@ type APIInfo struct {
}
type APITop struct {
PID string
Tty string
Time string
Cmd string
Titles []string
Processes [][]string
}
type APIRmi struct {