Merge pull request #1069 from eagletmt/fix-1068

Correct VolumesFrom definition
This commit is contained in:
Brad Rydzewski 2015-07-01 10:49:00 -07:00
commit f797b2c513

View file

@ -133,7 +133,7 @@ type Config struct {
Dns []string
Image string // Name of the image as it was passed by the operator (eg. could be symbolic)
Volumes map[string]struct{}
VolumesFrom string
VolumesFrom []string
WorkingDir string
Entrypoint []string
NetworkDisabled bool