Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 951f700

Browse files
committed
Support Labels
1 parent e5f6f46 commit 951f700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

export.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ type ContainerConfig struct {
6666
Image string
6767
Volumes map[string]struct{}
6868
VolumesFrom string
69+
Labels map[string]string
6970
}
7071

7172
type Config struct {
@@ -93,6 +94,7 @@ type Config struct {
9394
WorkingDir string
9495
Entrypoint []string
9596
NetworkDisabled bool
97+
Labels map[string]string
9698
}
9799

98100
type LayerConfig struct {

0 commit comments

Comments
 (0)