mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 21:51:46 +00:00
Previously we were cheating and remounting /var `rw` but this does not work if the filesystem is really read only. Nount a tmpfs, which may be overmounted later by a persistent filesystem. Signed-off-by: Justin Cormack <justin.cormack@docker.com>