docker-volume-plugin-example
docker-volume-plugin-example copied to clipboard
Error during build
Hi,
Just trying to compile this example, however I'm getting an error during the build. I followed you instructions here: https://blog.codeship.com/extend-docker-via-plugin/
- git clone https://github.com/fntlnz/docker-volume-plugin-example.gi
- cd docker-volume-plugin-example
- go get
- go build .
# _/home/cbourne/docker-dev/docker-volume-plugin-example
./main.go:11: cannot use driver (type ExampleDriver) as type volume.Driver in argument to volume.NewHandler:
ExampleDriver does not implement volume.Driver (missing Capabilities method)
./main.go:12: cannot use "driver-example" (type string) as type int in argument to handler.Handler.ServeUnix