summaryrefslogtreecommitdiff
path: root/libpod/volume_internal_unsupported.go
Commit message (Collapse)AuthorAge
* Add ability for volumes with options to mount/umountMatthew Heon2019-09-05
When volume options and the local volume driver are specified, the volume is intended to be mounted using the 'mount' command. Supported options will be used to volume the volume before the first container using it starts, and unmount the volume after the last container using it dies. This should work for any local filesystem, though at present I've only tested with tmpfs and btrfs. Signed-off-by: Matthew Heon <matthew.heon@pm.me>