moby--moby/daemon/graphdriver/overlay2
Amir Goldstein 05bac4591a overlay2: add support for --storage-opt size
Allow passing --storage-opt size=X to docker create/run commands
for the `overlay2` graphriver.

The size option is only available if the backing fs is xfs that is
mounted with the `pquota` mount option.
The user can pass any size less then the backing fs size.

Signed-off-by: Amir Goldstein <amir73il@aquasec.com>
2016-09-22 07:03:14 +03:00
..
mount.go Avoid fork on mount for overlay2 in common case 2016-08-22 11:43:10 -07:00
overlay.go overlay2: add support for --storage-opt size 2016-09-22 07:03:14 +03:00
overlay_test.go Add separate overlay2 driver 2016-06-08 00:16:01 -07:00
overlay_unsupported.go Add separate overlay2 driver 2016-06-08 00:16:01 -07:00
randomid.go Add separate overlay2 driver 2016-06-08 00:16:01 -07:00