11d44b0dc0f0bec5e94605d979cf2550bc108661
Now supports setting a containers storage size when using zfs as the storage engine. By passing in `--storage-opt size=<size>`, the created container's storage size will be limited to the given size. Note that the way zfs works, the given specified storage size will be given in addition to the base container size. Example: The node image reports a size of `671M` from `df -h` when started. Setting `--storage-opt size=2G` will result in a drive the size of `671M` + `2G`, `2.7G` in total. Available space will be `2.0G`. The storage size is achieved by setting the zfs option `quota` to the given size on the zfs volume. Signed-off-by: Ken Herner <kherner@progress.com> Upstream-commit: e91834043100a6ae3f80c21fd15daccc2f451528 Component: engine
Description
No description provided
310 MiB
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%