diff --git a/types.go b/types.go index 54cc99d..3dbafc2 100644 --- a/types.go +++ b/types.go @@ -130,6 +130,7 @@ type Container struct { Ports []Port SizeRw int64 SizeRootFs int64 + Labels map[string]string } type Event struct {