shifter icon indicating copy to clipboard operation
shifter copied to clipboard

Support writable filesystems

Open multimeric opened this issue 8 years ago • 1 comments

I realise you've already started implementing ext4 support, but for my shifter use-case I'd love for my image to be able to modify its own filesystem.

So just a +1 for implementing this

multimeric avatar Sep 19 '16 01:09 multimeric

Hi Miguel,

We're starting work on a new feature using overlayfs that may allow some of what you're looking for. The ext4 stuff would still need to be mounted readonly if used in parallel, while overlay will allow in-memory manipulations of the container --- assuming the container had sufficiently permissive permissions on the specific paths that one wanted to modify to allow it (user's may not act as root in shifter).

-Doug

dmjacobsen avatar Sep 22 '16 18:09 dmjacobsen