Commit 6047c9a4 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

plugin/builder-docker

parent 3feab1de
package main
import (
"github.com/mitchellh/packer/builder/docker"
"github.com/mitchellh/packer/packer/plugin"
)
func main() {
plugin.ServeBuilder(new(docker.Builder))
}
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