add client to containermap, add views package, help view

This commit is contained in:
Bradley Cicenas
2017-01-01 22:42:13 +00:00
parent adaa07fd4d
commit 6e87539b9d
7 changed files with 103 additions and 43 deletions

View File

@@ -8,6 +8,7 @@ import (
type Container struct {
id string
name string
done chan bool
stats chan *docker.Stats
widgets *Widgets