add /proc to list running processes inside a container

This commit is contained in:
Victor Vieux
2013-06-28 15:51:58 +00:00
parent a11fc9f067
commit 2e79719622
5 changed files with 90 additions and 1 deletions
+7
View File
@@ -26,6 +26,13 @@ type APIInfo struct {
SwapLimit bool `json:",omitempty"`
}
type APIProc struct {
PID string
Tty string
Time string
Cmd string
}
type APIRmi struct {
Deleted string `json:",omitempty"`
Untagged string `json:",omitempty"`