mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 16:51:38 +00:00
To work with truly immutable filesystems, rather than ones we sneakily remount `rw`, we are going to use overlay for writeable containers. To leave the final mount as `rootfs`, in the writeable case we make a new `lower` path for the read only filesystem, and leave `rootfs` as a mount point for an overlay, with the writable layer and workdir mounted as a tmpfs on `tmp`. See https://github.com/linuxkit/linuxkit/issues/2288 Signed-off-by: Justin Cormack <justin.cormack@docker.com>