plugin/builder-docker
This commit is contained in:
parent
049e3adc5d
commit
bb54551576
10
plugin/builder-docker/main.go
Normal file
10
plugin/builder-docker/main.go
Normal file
@ -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))
|
||||||
|
}
|
1
plugin/builder-docker/main_test.go
Normal file
1
plugin/builder-docker/main_test.go
Normal file
@ -0,0 +1 @@
|
|||||||
|
package main
|
Loading…
x
Reference in New Issue
Block a user