Skip to content

cloudfoundry/dockerdriver

Repository files navigation

dockerdriver

This repo contains a server/client skeleton and the interfaces to to implement a docker volume driver server for use with Diego's volume manager.

Reporting issues and requesting features

Please report all issues and feature requests in cloudfoundry/diego-release.

Development

  • To run the tests, run go run github.com/onsi/ginkgo/v2/ginkgo -r, go test, or ginkgo -r if you have Ginkgo installed.
  • To re-generate the test fakes, run go generate.