Merge pull request #777 from mitchellh/docker-user-vars

builder/docker: include user vars for docker configuration
pull/919/head
Mitchell Hashimoto 12 years ago
commit 173f63a336

@ -29,6 +29,8 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
return nil, nil, err
}
c.tpl.UserVars = c.PackerUserVars
// Defaults
if len(c.RunCommand) == 0 {
c.RunCommand = []string{

Loading…
Cancel
Save