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
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
andUnmount
api method signatures withMountRequest
andUnmountRequest
(still todo: tracking mount IDs) - Added
Capabilities
method, which currently returnsScope: "global"
New Feature:
- Added an XFS filesystem check before
Mount