Commit 173f63a3 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

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

builder/docker: include user vars for docker configuration
parents 04f14161 0788d968
......@@ -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{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment