mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-13 21:47:36 +00:00
lxc-alpine: mount tmpfs on /dev/shm
Signed-off-by: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
bac806d1a1
commit
1bdedfacc2
@ -227,6 +227,7 @@ lxc.cgroup.devices.allow = c 254:0 rm
|
||||
lxc.mount.entry=proc proc proc nodev,noexec,nosuid 0 0
|
||||
lxc.mount.entry=run run tmpfs nodev,noexec,nosuid,relatime,size=1m,mode=0755 0 0
|
||||
lxc.mount.entry=none dev/pts devpts gid=5,mode=620 0 0
|
||||
lxc.mount.entry=shm dev/shm tmpfs nodev,nosuid,noexec 0 0
|
||||
|
||||
EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user