Merge pull request #1097 from jirutka/patch-1

lxc-alpine: mount tmpfs under /run
This commit is contained in:
Christian Brauner 2016-07-23 21:31:24 +02:00 committed by GitHub
commit 9d206b25f5

View File

@ -18,3 +18,6 @@ lxc.cap.drop = sys_resource
lxc.cap.drop = sys_tty_config
lxc.cap.drop = syslog
lxc.cap.drop = wake_alarm
# Mount tmpfs under /run.
lxc.mount.entry=run run tmpfs rw,nodev,relatime,mode=755 0 0