Correct VolumesFrom definition

Fixes #1068 .
This commit is contained in:
Kohei Suzuki 2015-06-20 21:34:46 +09:00
parent b27572dc43
commit 28eb92be9e

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