mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-17 22:05:27 +00:00
lxc-alpine: mount /dev/shm as tmpfs
Signed-off-by: Jakub Jirutka <jakub@jirutka.cz>
This commit is contained in:
parent
aa74ed7b96
commit
48938fe71d
@ -19,5 +19,8 @@ lxc.cap.drop = sys_tty_config
|
||||
lxc.cap.drop = syslog
|
||||
lxc.cap.drop = wake_alarm
|
||||
|
||||
# Mount tmpfs under /run.
|
||||
# Mount /run as tmpfs.
|
||||
lxc.mount.entry=run run tmpfs rw,nodev,relatime,mode=755 0 0
|
||||
|
||||
# Mount /dev/shm as tmpfs; needed for building python and possibly other packages.
|
||||
lxc.mount.entry=shm dev/shm tmpfs rw,nodev,noexec,nosuid,relatime,mode=1777,create=dir 0 0
|
||||
|
Loading…
Reference in New Issue
Block a user