plugin/builder-docker

pull/614/head
Mitchell Hashimoto 13 years ago
parent 049e3adc5d
commit bb54551576

@ -0,0 +1,10 @@
package main
import (
"github.com/mitchellh/packer/builder/docker"
"github.com/mitchellh/packer/packer/plugin"
)
func main() {
plugin.ServeBuilder(new(docker.Builder))
}
Loading…
Cancel
Save