mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-15 13:03:02 +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>