mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
plugin/builder-docker
This commit is contained in:
@@ -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))
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
package main
|
||||
Reference in New Issue
Block a user