Commit 9d206b25 by Christian Brauner Committed by GitHub

Merge pull request #1097 from jirutka/patch-1

lxc-alpine: mount tmpfs under /run
parents 5429ec24 b5caaaa5
...@@ -18,3 +18,6 @@ lxc.cap.drop = sys_resource ...@@ -18,3 +18,6 @@ lxc.cap.drop = sys_resource
lxc.cap.drop = sys_tty_config lxc.cap.drop = sys_tty_config
lxc.cap.drop = syslog lxc.cap.drop = syslog
lxc.cap.drop = wake_alarm lxc.cap.drop = wake_alarm
# Mount tmpfs under /run.
lxc.mount.entry=run run tmpfs rw,nodev,relatime,mode=755 0 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment