diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-07-17 16:14:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-08-04 13:35:54 +0000 |
commit | 4198d07804f17b99f811a1a3e8ec18ad24172f16 (patch) | |
tree | f3741d448459b895dab66b5bef1e6b5682e7fe14 /share/config | |
parent | Changing container-status command to always show full output. (diff) | |
download | compute-tools-4198d07804f17b99f811a1a3e8ec18ad24172f16.tar.xz compute-tools-4198d07804f17b99f811a1a3e8ec18ad24172f16.zip |
Adding host system based overlay mounts.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/config/container.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/config/container.conf.in b/share/config/container.conf.in index dd52adb..b0211af 100644 --- a/share/config/container.conf.in +++ b/share/config/container.conf.in @@ -3,6 +3,7 @@ [start] cnt.auto=@CNT_AUTO@ cnt.network-bridge=@CNT_NETWORK_BRIDGE@ +cnt.overlay=@CNT_OVERLAY@ bind=@BIND@ boot=@BOOT@ capability=@CAPABILITY@ |