Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #36 from calavera/container_extra_info
Browse files Browse the repository at this point in the history
Add system containers status.
  • Loading branch information
calavera committed Jan 12, 2016
2 parents 17b1ea7 + 59618a8 commit acf352f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ type Version struct {
type Info struct {
ID string
Containers int
ContainersRunning int
ContainersPaused int
ContainersStopped int
Images int
Driver string
DriverStatus [][2]string
Expand Down

0 comments on commit acf352f

Please sign in to comment.