Add labels to libconatiner config
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
f94eb27013
commit
e34b4fbcd3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue