packer-cn/builder/docker/config.go

15 lines
217 B
Go

package docker
import (
"github.com/mitchellh/packer/common"
"github.com/mitchellh/packer/packer"
)
type Config struct {
common.PackerConfig `mapstructure:",squash"`
Image string
tpl *packer.ConfigTemplate
}