Files
fn-serverless/api/agent/drivers
Tolga Ceylan cb61a678d9 fn: add storage opt size support (#860)
Added env FN_MAX_FS_SIZE_MB, which if defined and non-zero
is passed to docker as storage opt size. We do not validate
if this option is supported by docker currently. This is
because it's difficult to actually validate this since it
not only depends on storage driver and its backing filesystem,
but also the mount options used to mount that fs.
2018-03-14 15:47:34 -07:00
..
2018-03-07 15:09:24 -08:00

This package is intended as a general purpose container abstraction library. With the same code, you can run on Docker, Rkt, etc.