Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Update for Docker plugin helpers, check image filesystem

Compare
Choose a tag to compare
@porcupie porcupie released this 01 Sep 22:01
· 23 commits to master since this release

This update includes code to support the newer Docker volume plugin helpers code. It may not compile anymore with older versions of the docker plugin helpers (github.com/docker/go-plugins-helpers/volume). This is mainly to provide support for people compiling fresh ((see yp-engineering#41))

Compatibility Updates:

  • Update Mount and Unmount api method signatures with MountRequest and UnmountRequest (still todo: tracking mount IDs)
  • Added Capabilities method, which currently returns Scope: "global"

New Feature:

  • Added an XFS filesystem check before Mount