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

Commit

Permalink
Support Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitaoli committed May 20, 2015
1 parent e5f6f46 commit 951f700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions export.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ type ContainerConfig struct {
Image string
Volumes map[string]struct{}
VolumesFrom string
Labels map[string]string
}

type Config struct {
Expand Down Expand Up @@ -93,6 +94,7 @@ type Config struct {
WorkingDir string
Entrypoint []string
NetworkDisabled bool
Labels map[string]string
}

type LayerConfig struct {
Expand Down

0 comments on commit 951f700

Please sign in to comment.