Add labels to libconatiner config

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-02-24 10:45:20 -08:00
parent f94eb27013
commit e34b4fbcd3
1 changed files with 3 additions and 0 deletions

View File

@ -180,6 +180,9 @@ type Config struct {
// Version is the version of opencontainer specification that is supported.
Version string `json:"version"`
// Labels are user defined metadata that is stored in the config and populated on the state
Labels []string `json:"labels"`
}
type Hooks struct {