mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
Add a tmpfs at /tmp
This makes sure that once we have ro rootfs any programs that still for any reason use `/tmp` can still write to it, or if people expect sharing it into a container to work. fix #778 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
87ff76fd97
commit
46adfec8a7
@ -1 +1,2 @@
|
||||
tmpfs /run tmpfs defaults,nodev,nosuid,noexec,relatime,size=10%,mode=755 0 0
|
||||
tmpfs /tmp tmpfs defaults,nodev,nosuid,noexec,relatime,size=10%,mode=1777 0 0
|
||||
|
Loading…
Reference in New Issue
Block a user