From 593a3f9bdb863285ed06651819700d23be002bfe Mon Sep 17 00:00:00 2001 From: Jason Brooks Date: Dec 18 2017 21:41:11 +0000 Subject: bind mount /run rw --- diff --git a/config.json.template b/config.json.template index a4d7a0c..b63aab6 100644 --- a/config.json.template +++ b/config.json.template @@ -320,6 +320,16 @@ "rbind", "rprivate" ] + }, + { + "type": "bind", + "source": "/run", + "destination": "/run", + "options": [ + "rbind", + "rw", + "mode=755" + ] } ], "linux": {